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

Example output

Version 1.0,Version 1.2

Example inputVersion 1.0,Version 1.2
Type

Available since






%{issue.cfnnnnn}

Read text



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

Example output

Version 1.0,Version 1.2


Read number list


{issue.cfnnnnn.id}



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

Example ID output

10012, 10001


Write



Valid text input
Valid numerical input

A list of version IDs, separated by a comma

Example input

10012, 10001





issue?.customfield_nnnnn?.map(v => v.name).sort()

Read text



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

Example output

Version 1.0,Version 1.2


Read number list


issue?.customfield_nnnnn?.map(v => v.id)



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

Example ID output

10012, 10001


Write



Valid text input
Valid numerical input

A list of version IDs, separated by a comma

Example input

10012, 10001







Mapping(tick)
Notes