Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue
id0


JWT field code %{issue.cfnnnnn}
Jira expression field codeissue?.customfield_nnnnn?.map(v => v.name).sort()
Output data type

Status
subtletrue
titleText

Example output

Version 1.0,Version 1.2

Example inputVersion 1.0,Version 1.2
Type

Status
subtletrue
colourRed
titleread-only

Available since




Tabs Container
directionhorizontal


Tabs Page
titleJWT expression


Code Block
titleField code
linenumberstrue
%{issue.cfnnnnn}

Read text


Page properties
id1


Returned valueThe names of the versions which are stored in this custom field as a comma separated list
Output data type

Status
subtletrue
titleText

Example output

Version 1.0,Version 1.2


Read number list


Code Block
titleID field code
linenumberstrue
%{issue.cfnnnnn.id}


Page properties
id2


Returned valueThe IDs of the versions which are stored in this custom field as a comma separated list
Output data type

Status
subtletrue
titlenumber list

Example ID output

10012, 10001


Write


Page properties
id2


Valid text input
Valid numerical input

A list of version IDs, separated by a comma

Example input

10012, 10001




Tabs Page
titleJira expression


Code Block
titleField code
linenumberstrue
issue?.customfield_nnnnn?.map(v => v.name).sort()

Read text


Page properties
id1


Returned valueThe names of the versions which are stored in this custom field as a comma separated list
Output data type

Status
subtletrue
titleText list

Example output

Version 1.0,Version 1.2


Read number list


Code Block
titleID field code
linenumberstrue
issue?.customfield_nnnnn?.map(v => v.id)


Page properties
id2


Returned valueThe IDs of the versions which are stored in this custom field as a comma separated list
Output data type

Status
subtletrue
titlenumber list

Example ID output

10012, 10001


Write


Page properties
id2


Valid text input
Valid numerical input

A list of version IDs, separated by a comma

Example input

10012, 10001






Page properties
hiddentrue
id4


The server displays names of the Versions. Ex: Version 1, Version 2...

The cloud, displays the same output than the ID. (In my case, displayed the same writing %{issue.cf10076} and %{issue.cf10076.id}. (Don't know if that behaviour is normal on Cloud or if we should create an internal ticket about that) It's a bug, will be fixed in xapss-utils (JWTC 2.7.0)
Map(warning)Notes(tick)
Notes