Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Column
width70%
Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents


Futures used to implement the example



Example: Get highest value of custom field in linked issue

In this example, a Calculated Text Field ("Latest Planned Version") is needed for getting the highest value of a specific custom field in all linked issues. More precisely, the latest version should be evaluted. This version is stored in another custom field (single version picker) "Planned version".


Note that:

  • Before creating the calculated Text Field another Custom Field is needed: (Single Version Picker) "Planned Version"


The configuration of the Calculated Text Field "Latest Planned Version" will look like this:


Text to be parsed is: first(sort(fieldValue(%{10409}, linkedIssues()),DESC))


Note that:

  • %{10409} is field code for custom field (single version picker) "Planned version"

BITTE DIE MAKROS UM NAME DER POST FUNCTION (LINKES MAKRO) UND WEITERE LABELS (RECHTES MAKRO) ERGÄNZEN UND HIER DIE SECTION LÖSCHEN!

HIER DIE SEITE DANN BITTE AUCH UM JEWEILIGE LÄBELS ERWEITEN!



Other examples of that function

Incoming Links
pageCalculated Text field

Related Usage Examples

Content by Label
showSpacefalse
cqllabel in ("example","custom-field","calculated-field")