Field code
 %{issue.cfnnnnn}

Read text

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

TEXT

Example output

Checkbox 1,Checkbox 2

Read number list

ID field code
{issue.cfnnnnn.id}
Returned valueList of the Checkbox IDs which were chosen out of multiple values using checkboxes
Output data type

NUMBER LIST

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
Field code
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

TEXT

Example output

Checkbox 1,Checkbox 2

Read number list


ID field code
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

NUMBER LIST

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

If you still have questions, feel free to refer to our support team.