GET /rest/api/2/universal_avatar/view/type/{type}/avatar/{id}

Returns a project, issue type or priority avatar image by ID.

This operation can be accessed anonymously.

Permissions required:

Servers

Path parameters

Name Type Required Description
id Integer Yes

The ID of the avatar.

type String Yes

The icon type of the avatar.

Possible values:

  • "issuetype"
  • "project"
  • "priority"

Query parameters

Name Type Required Description
size String No

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

Possible values:

  • "medium"
  • "large"
  • "small"
  • "xlarge"
  • "xsmall"
format String No

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

Possible values:

  • "svg"
  • "png"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.