List of project avatars.

interface ProjectAvatars {
    custom?: Avatar[];
    system?: Avatar[];
}

Properties

Properties

custom?: Avatar[]

List of avatars added to Jira. These avatars may be deleted.

system?: Avatar[]

List of avatars included with Jira. These avatars cannot be deleted.