Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue
id0


JWT field code

%{issue.labels}

Jira expression field codeissue?.labels
Example outputweb,customer,java,mobile
Example inputweb, customer, java, mobile
Output data type

Status
subtletrue
titletext

Type

Status
subtletrue
colourGreen
titleread/write

Available since




Tabs Container
directionhorizontal


Tabs Page
titleJWT expression


Code Block
titleField code
linenumberstrue
%{issue.labels}

Read


Page properties
id1


Returned valueA comma-separated list with all the labels of the issue
Output data type

Status
subtletrue
titletext

Example outputweb,customer,java,mobile


Write


Page properties
id2


Valid text inputA comma-separated list of labels. If a label does not exist, it will be created.
Valid numerical input

Numbers are cast to text

Example inputweb, customer, java, mobile




Tabs Page
titleJira expression


Code Block
titleField code
linenumberstrue
issue?.labels

Read


Page properties
id1


Returned valueA comma-separated list with all the labels of the issue
Output data type

Status
subtletrue
titletext list

Example outputweb,customer,java,mobile


Write


Page properties
id2


Valid text inputA comma-separated list of labels. If a label does not exist, it will be created.
Valid numerical input

Numbers are cast to text

Example inputweb, customer, java, mobile






Page properties
hiddentrue
id4


Mapping(warning)
NotesOn Cloud, "," is the separator when we have more than one label. On server, the separator used is a blank space.