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


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 remaining estimate in an epic

Sum up the remaining estimates (in days) of issues and subtasks in an epic.

A valid configuration for this Calculated Number Field:

Text to be parsed

:

  • sum(fieldValue({00024}, issuesUnderEpic() UNION linkedIssues("",issuesUnderEpic()))) /480


Note that:

  • {00024} is the field code for Remaining Estimate (in minutes)


In order to return days, the display format is configured as shown:


Once configured and added to an issue screen (e.g. an epic), the result will look like this:




Other examples of this custom field

Incoming Links
pageCalculated Number Field
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "calculated-field"