...
Create a calculated field for counting issues:
This field will count counts the number of issues. The expression is
IF ELSE(NOT(IS NULL(Issue Key)), 1, 0)
...
...
Create a calculated field for counting issues:
This field will count counts the number of issues. The expression is
IF ELSE(NOT(IS NULL(Issue Key)), 1, 0)
...