Details of an issue priority.

interface CreatePriority {
    description?: string;
    iconUrl?: 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.

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.