Count issues with JQL
Overview
COUNTJQL function allows you to count issues matched with a given JQL.
Syntax
COUNTJQL(jql)
jql
: string: JQL query
Example
CONTJQL("project=ASD and issuetype=story")
Â
COUNTJQL function allows you to count issues matched with a given JQL.
COUNTJQL(jql)
jql
: string: JQL query
Example
CONTJQL("project=ASD and issuetype=story")
Â