Excel-like Tables for Jira Guide for users Current: Count issues with JQL Count issues with JQL OverviewCOUNTJQL function allows you to count issues matched with a given JQL.SyntaxCOUNTJQL(jql)jql : string: JQL queryExampleCONTJQL("project=ASD and issuetype=story") ×