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

Example output

Checkbox 1,Checkbox 2

Example input10003,10004
Type

Available since






 %{issue.cfnnnnn}

Read text



Returned valueList of the Checkbox values which were chosen out of multiple values using checkboxes
Output data type

Example output

Checkbox 1,Checkbox 2


Read number list


{issue.cfnnnnn.id}



Returned valueList of the Checkbox IDs which were chosen out of multiple values using checkboxes
Output data type

Example ID output

10012, 10001


 Write



Valid text input
Valid numerical input

Comma separated list of IDs for the options available for this custom field

Example input10003,10004





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


Read text



Returned valueList of the Checkbox values which were chosen out of multiple values using checkboxes
Output data type

Example output

Checkbox 1,Checkbox 2


Read number list


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



Returned valueList of the Checkbox IDs which were chosen out of multiple values using checkboxes
Output data type

Example ID output

10012, 10001


Write



Valid text input
Valid numerical input

Comma separated list of IDs for the options available for this custom field

Example input10003,10004







Mapping(tick)
Notes