You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

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:

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

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

This example returns the total of story points added to issues in an epic.

To achieve this, the following functions are used: