Futures used to implement the example



Example: Sum all Story Points under Epic

In this example a Calculated Number Field will be created for summing all story points of stories under an epic.


The configuration of the Calculated Number Field will look like this:

Text to be parsed is: sum(fieldValue({10106}, issuesUnderEpic(%{00015})))


Note that:

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


Once configured and added the Calculated Number Field to the epic screen, will look like this:




Other examples of that function

Related Usage Examples