Features used to implement the example



Example: Total of all story points in an epic

Sum up all the story points of stories under an epic as Total Story Points.

A valid configuration for thisĀ Calculated Number Field:

Text to be parsed is

  • sum(fieldValue({10106}, issuesUnderEpic(%{00015})))


Note that:

  • {10106} is the field code for Story points
  • %{00015} is the field code for Issue key


Once configured and added to an issue screen, the result will look like this:




Other examples of that function



Related Usage Examples