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")