Use case

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

Expression

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

%{sum(fieldValue({issue.cfNNNNN}, issuesUnderEpic()))}

Replace the ID with the one of your 'Story Points' custom field.

Used parser functions


Feature

Field typeSmart number field
Built-in


Parsing modeGeneral
Expression
%{sum(fieldValue({issue.cfNNNNN}, issuesUnderEpic()))}

Replace the ID with the one of your 'Story Points' custom field.

Label
Use case description

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

Complexity