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