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

    Interface Queue

    interface Queue {
        fields?: string[];
        id?: string;
        issueCount?: number;
        jql?: string;
        Links?: SelfLink;
        name?: string;
    }
    Index

    Properties

    fields?: string[]

    Fields returned for each request in the queue.

    id?: string

    ID for the queue.

    issueCount?: number

    The count of customer requests in the queue.

    jql?: string

    JQL query that filters reqeusts for the queue.

    Links?: SelfLink
    name?: string

    Short name for the queue.