JWT expression
%{issue.cfnnnnn}
Jira expression
issue?.customfield_nnnnn?.map(c => c.value)
Read
|
Returned value |
List of the Checkbox values which were chosen out of multiple values using checkboxes |
|---|---|
|
Output data type |
Text |
|
Example output |
Checkbox 1,Checkbox 2 |
JWT expression
{issue.cfnnnnn.id}
Jira expression
issue?.customfield_nnnnn?.map(c=>c.id)
Read number list
|
Returned value |
List of the Checkbox IDs which were chosen out of multiple values using checkboxes |
|---|---|
|
Output data type |
number list |
|
Example ID output |
10012, 10001 |
Write number list
|
Valid text input |
|
|---|---|
|
Valid numerical input |
Comma separated list of IDs for the options available for this custom field |
|
Example input |
10003,10004 |