Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 902 Bytes

Avatar.md

File metadata and controls

12 lines (11 loc) · 902 Bytes

Avatar

Properties

Name Type Description Notes
id String The ID of the avatar.
owner String The owner of the avatar. For a system avatar the owner is null (and nothing is returned). For non-system avatars this is the appropriate identifier, such as the ID for a project or the account ID for a user. [optional]
isSystemAvatar Boolean Whether the avatar is a system avatar. [optional]
isSelected Boolean Whether the avatar is used in Jira. For example, shown as a project's avatar. [optional]
isDeletable Boolean Whether the avatar can be deleted. [optional]
fileName String The file name of the avatar icon. Returned for system avatars. [optional]
urls Map<String, String> The list of avatar icon URLs. [optional]