Field code
%{issue.cfnnnnn}

Read text


Returned valueA comma-separated list of the selected values out of a list of options
Output data type

TEXT

Example output

Option1,Option3

Read number list


ID field code
{issue.cfnnnnn.id}
Returned valueA 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


Valid text input
Valid numerical input

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

Example input10054, 10056
Field code
issue?.customfield_nnnnn?.map(e => e.value)

Read text


Returned valueA comma-separated list of the selected values out of a list of options
Output data type

TEXT LIST

Example output

Option1,Option3

Read number list


ID field code
issue?.customfield_nnnnn?.map(e => e.id)
Returned valueA 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


Valid text input
Valid numerical input

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

Example input10054, 10056