Details of an issue priority.

interface UpdatePriority {
    description?: string;
    iconUrl?: string;
    id: string;
    name?: string;
    statusColor?: string;
}

Hierarchy (view full)

Properties

description?: string

The description of the priority.

iconUrl?: string

The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used.

id: string

The ID of the issue priority.

name?: string

The name of the priority. Must be unique.

statusColor?: string

The status color of the priority in 3-digit or 6-digit hexadecimal format.