Field code
%{issue.labels}

Read

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

TEXT

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
Field code
issue?.labels

Read

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

TEXT LIST

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

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