Jira.js - Jira Cloud API library
    Preparing search index...

    Interface UpdatePriority

    Details of an issue priority.

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

    Hierarchy (View Summary)

    Index

    Properties

    avatarId?: number

    The ID for the avatar for the priority. This parameter is nullable and both iconUrl and avatarId cannot be defined.

    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. Both iconUrl and avatarId cannot be defined.

    This property is deprecated and will be removed in a future version. Use avatarId instead.

    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.