🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

On this page


Features used to implement the example



Example: Number of open subtasks

Count the number of subtasks, which are open (in status category  To Do or In Progress).

A valid configuration for this Calculated Text Field:

Text to be parsed

  • count(filterByPredicate(subtasks(), ^%{00144} = "To Do" OR ^%{00144} = "In Progress"))


Note that:

  • %{00144} is the field code for Status Category
  • The ^ is used for referencing the field values of the issue list l - in this case subtasks(). Without, the field codes would reference to the current issue.
    [Schema for function filterByPredicate(issue list l, boolean expression predicate)]


Once configured and added to an issue screen, the result will look like this: