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


70%
Section


Column
width
600px


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

Table of Contents

maxLevel2



Column




Features

Futures

used to implement the example



Example:

 Get highest

Highest value of a custom field

in

among linked

issue

issues

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

In this example, the Latest Planned Version is returned. The evaluated versions are 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"

(single version)).

A valid configuration for this Calculated Text FieldThe configuration of the Calculated Text Field "Latest Planned Version" will look like this:

Text to be parsed

is: first

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


Note that:

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




Other examples of that function

Incoming Links
pageCalculated Text fieldField
labelsexample



Related Usage Examples

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