Count issues matching JQL.

interface MetricsCountParams {
    jql?: string;
    validateQuery?: boolean;
}

Properties

Properties

jql?: string

JQL to count

validateQuery?: boolean

Whether Jira should validate the JQL query