Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.7.0


Section


Column
width600px


Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel2



Column




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

Math expression: sum(fieldValue({10106}, issuesUnderEpic(%{00015})))

(info) Note that:

  • {10106} is the field code for Story points (this field code might differ on your Jira instance)
  • %{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

Incoming Links
pageCalculated Number Field
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label in ("calculated-field","custom-field") and space = currentSpace()