Remove either the label use-case-smart-text or use-case-smart-number depending on the feature the use case is based on

Use case

Return the number of issues under an epic including the sub-tasks of these issues.

Expression

Create and configure a Smart field using this expression in General parsing mode:

%{%{issue.issueType} = "Epic" ? count(append(issuesUnderEpic(),subtasks(issuesUnderEpic()))) : null }

Used parser functions

Feature

Field type

Smart number field

Parsing mode

General

Expression
%{%{issue.issueType} = "Epic" ? count(append(issuesUnderEpic(),subtasks(issuesUnderEpic()))) : null }
Label
Use case description

Return the number of issues under an epic including the sub-tasks of these issues.

Complexity