Use case

Return the total of story points added to issues in an epic.


JWT expression

%{sum(fieldValue({issue.cfnnnnn}, issuesUnderEpic()))} # Replace nnnnn with the ID of your 'Story Points' custom field and remove this comment





Feature

Field typeSmart number field
Built-in


JWT expression


%{sum(fieldValue({issue.cfnnnnn}, issuesUnderEpic()))} # Replace nnnnn with the ID of your 'Story Points' custom field and remove this comment


Jira expression

(question)

Label
Use case description

Return the total of story points added to issues in an epic.

Complexity