jira.js
    Preparing search index...

    Function getAvatarImageByType

    • Returns the default project, issue type or priority avatar image.

      This operation can be accessed anonymously.

      Permissions required: None.

      Parameters

      • client: Client
      • parameters: {
            format?: "svg" | string & {} | "png";
            size?: "small" | "medium" | string & {} | "xsmall" | "large" | "xlarge";
            type: "priority" | string & {} | "project" | "issuetype";
        }
        • Optionalformat?: "svg" | string & {} | "png"

          The format to return the avatar image in. If not provided the original content format is returned.

        • Optionalsize?: "small" | "medium" | string & {} | "xsmall" | "large" | "xlarge"

          The size of the avatar image. If not provided the default size is returned.

        • type: "priority" | string & {} | "project" | "issuetype"

          The icon type of the avatar.

      • Optionaloptions: RequestOptions

      Returns Promise<Blob>