Count-only issue metric.

interface JiraIssueCount {
    jql: string;
    maxResultWindow?: number;
    total: number;
    warningMessages?: string[];
}

Properties

jql: string

JQL used for the count

maxResultWindow?: number

Search result window limit exposed by Jira Data Center

total: number

Total matching issues

warningMessages?: string[]

Warning messages from the JQL validator