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:
- For system avatars, none.
- For custom project avatars, Browse projects project permission for the project the avatar belongs to.
- For custom issue type avatars, Browse projects project permission for at least one project the issue type is used in.
- For priority avatars, none.
Servers
- https://your-domain.atlassian.net
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:
|
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:
|
format |
String | No |
The format to return the avatar image in. If not provided the original content format is returned. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.