Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
UI Text Box
sizemedium
typeinfo

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

 

Code Block
languagejs
linenumberstrue
%{sum(fieldValue({issue.cfNNNNN}, issuesUnderEpic()))}
UI Text Box

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:

Used parser functions


Page properties
hiddentrue
Feature

Field typeSmart number field
Built-in


Parsing modeGeneral
Expression
Code Block
languagejs
linenumberstrue
%{sum(fieldValue({issue.cfNNNNN}, issuesUnderEpic()))}
UI Text Box

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

Parser functions
Label
Use case description

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

Complexity

Status
colourGreen
titleBeginner