Version Picker (multiple versions)

JWT expression

%{issue.cfnnnnn}

Jira expression

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

Read text

Returned value

The 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

JWT expression

{issue.cfnnnnn.id}

Jira expression

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

Read number list

Returned value

The 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 number list

Valid text input


Valid numerical input

A list of version IDs, separated by a comma

Example input

10012, 10001