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.5.3


Section


Column
width600px


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

Table of Contents
maxLevel12



Column




Features used to implement the example



Example:

 Sum all Story Points under Epic

Total of all story points in an epic

Sum up all the In this example a Calculated Number Field will be created for summing all story points of stories under an epic as Total Story Points.

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

Text to be parsed is

:

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


Note that:

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


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




Other examples of that function

Incoming Links
pageCalculated Number fieldField
labelsexample



Related Usage Examples

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