Use case

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


JWT expression

%{sum(fieldValue({issue.cfnnnnn}, issuesUnderEpic()))} # nnnnn has to be replaced with the ID of your 'Story Points' custom field





Feature

Field typeSmart number field
Built-in


JWT expression


%{sum(fieldValue({issue.cfnnnnn}, issuesUnderEpic()))} # nnnnn has to be replaced with the ID of your 'Story Points' custom field


Jira expression

(question)

Label
Use case description

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

Complexity