Select List (multiple choices)

JWT expression

%{issue.cfnnnnn}

Jira expression

issue?.customfield_nnnnn?.map(e => e.value)

Read text

Returned value

A comma-separated list of the selected values out of a list of options

Output data type

Text (JWT) / Text list (Jira)

Example output

Option1,Option3

JWT expression

{issue.cfnnnnn.id}

Jira expression

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

Read number list

Returned value

A comma-separated IDs list of the selected values out of a list of options

Output data type

number list

Example ID output

10041, 10042

Write number list

Valid text input


Valid numerical input

A comma separated list of IDs for the options available for this custom field

Example input

10054, 10056