An issue priority.

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

Properties

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.

self?: string

The URL of the issue priority.

statusColor?: string

The color used to indicate the issue priority.