JWT field code

%{issue.labels}

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

Type

Available since






%{issue.labels}

Read



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

Example outputweb,customer,java,mobile


Write



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





issue?.labels

Read



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

Example outputweb,customer,java,mobile


Write



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







Mapping(warning)
Notes


Please note, that the separator differs between JWT Server and JWT Cloud, in case there is more than one label. JWT DC shows a blamk space, in JWT Cloud it is a comma:

JWT DCJWT Cloud
label_1 label_2 label_3label_1,label_2,label_3