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

Example output

Option1,Option3

Example input10054, 10056
Type

Available since






%{issue.cfnnnnn}

Read text



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

Example output

Option1,Option3


Read number list


{issue.cfnnnnn.id}



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

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





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

Example output

Option1,Option3


Read number list


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

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







Mapping(tick)
Notes