Function getIssuesCountByJQL

  • Get count of issues by specified JQL.

    Parameters

    • jql: string

    Returns Promise<number>

    Example

    await SR.jira.getIssuesCountByJQL('assignee=currentUser()');
    // expected result: number of issues included in the specified scope.