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: Highest value of a custom field among linked issues

Return the highest value of a specific custom field among all linked issues.

In this example, the Latest Planned Version is returned. The evaluated versions are stored in another custom field Planned version (Version Picker (single version)).

A valid configuration for this Calculated Text Field:

Text to be parsed

:

  • first(sort(fieldValue(%{10409}, linkedIssues()),DESC))


Note that:

  • %{10409} is the field code for custom field Planned version (Version Picker (single version))




Other examples of that function

Incoming Links
pageCalculated Text Field
labelsexample



Related Usage Examples

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