Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page properties
hiddentrue
id0
JWT field code %{issue.cfnnnnn}
Jira expression field codeissue?.customfield_nnnn?.map(c =>c> c.value)
Output data type

Status
subtletrue
titleText

Example output

Checkbox 1,Checkbox 2

Example input10003,10004
Type

Status
subtletrue
colourGreen
titleread/write

Available since
Tabs Container
directionhorizontal
Tabs Page
titleJWT expression
Code Block
titleField code
linenumberstrue
 %{issue.cfnnnnn}

Read text


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

Status
subtletrue
titleText

Example output

Checkbox 1,Checkbox 2

Read number list


Code Block
titleID field code
linenumberstrue
%{issue.cfnnnnn.id}
Page properties
id2
Returned valueList of the Checkbox IDs which were chosen out of multiple values using checkboxes
Output data type

Status
subtletrue
titlenumber list

Example ID output

10012, 10001

 Write


Page properties
id3
Valid text input
Valid numerical input

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

Example input10003,10004
Tabs Page
titleJira expression
Code Block
titleField code
linenumberstrue
issue?.customfield_nnnnn?.map(c =>c> c.value)


Read text


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

Status
subtletrue
titleText

Example output

Checkbox 1,Checkbox 2

Read number list


Code Block
titleID field code
linenumberstrue
issue?.customfield_nnnnn?.map(c=>c.id)
Page properties
id2
Returned valueList of the Checkbox IDs which were chosen out of multiple values using checkboxes
Output data type

Status
subtletrue
titlenumber list

Example ID output

10012, 10001

Write


Page properties
id3
Valid text input
Valid numerical input

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

Example input10003,10004