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

    Interface GetAvailablePrioritiesByPriorityScheme

    interface GetAvailablePrioritiesByPriorityScheme {
        exclude?: string[];
        maxResults?: number;
        query?: string;
        schemeId: string;
        startAt?: number;
    }
    Index

    Properties

    exclude?: string[]

    A list of priority IDs to exclude from the results.

    maxResults?: number

    The maximum number of items to return per page.

    query?: string

    The string to query priorities on by name.

    schemeId: string

    The priority scheme ID.

    startAt?: number

    The index of the first item to return in a page of results (page offset).