Avatars
Get avatar image by owner
Returns the avatar image for a project, issue type or priority.
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.
get/rest/api/3/universal_avatar/view/type/{type}/owner/{entityId}
Path parameters
type'issuetype' | 'project' | 'priority' required
The icon type of the avatar.
entityIdstring required
The ID of the project or issue type the avatar belongs to.
Query parameters
size'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'
The size of the avatar image. If not provided the default size is returned.
format'png' | 'svg'
The format to return the avatar image in. If not provided the original content format is returned.
Response
Returned if the request is successful.
StreamingResponseBody required