An issue priority.

interface Priority {
    avatarId?: number;
    description?: string;
    iconUrl?: string;
    id?: string;
    isDefault?: boolean;
    name?: string;
    schemes?: ExpandPrioritySchemePage;
    self?: string;
    statusColor?: string;
}

Hierarchy

  • Record<string, unknown>
    • Priority

Properties

avatarId?: number

The avatarId of the avatar for the issue priority. This parameter is nullable and when set, this avatar references the universal avatar APIs.

description?: string

The description of the issue priority.

iconUrl?: string

The URL of the icon for the issue priority.

id?: string

The ID of the issue priority.

isDefault?: boolean

Whether this priority is the default.

name?: string

The name of the issue priority.

Priority schemes associated with the issue priority.

self?: string

The URL of the issue priority.

statusColor?: string

The color used to indicate the issue priority.