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

    Interface PrioritySchemeWithPaginatedPrioritiesAndProjects

    A priority scheme with paginated priorities and projects.

    interface PrioritySchemeWithPaginatedPrioritiesAndProjects {
        default?: boolean;
        defaultPriorityId?: string;
        description?: string;
        id: string;
        isDefault?: boolean;
        name: string;
        priorities?: Paginated<Version3Models.PriorityWithSequence>;
        projects?: Paginated<Version3Models.ProjectDetails>;
        self?: string;
    }
    Index

    Properties

    default?: boolean
    defaultPriorityId?: string

    The ID of the default issue priority.

    description?: string

    The description of the priority scheme

    id: string

    The ID of the priority scheme.

    isDefault?: boolean
    name: string

    The name of the priority scheme

    self?: string

    The URL of the priority scheme.