Field code
%{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

TEXT

Example output

Version 1.0,Version 1.2

Read number list


ID field code
{issue.cfnnnnn.id}
Returned valueThe IDs of the versions which are stored in a custom field as a comma separated list
Output data type

NUMBER LIST

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

Field code
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

TEXT LIST

Example output

Version 1.0,Version 1.2

Read number list


ID field code
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

NUMBER LIST

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