You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

JWT

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 inputComma separated list of labels. If a label doesn't exist, it will be created.
Valid numerical input

Numbers are cast to text

Example inputweb, customer, java, mobile


Jira expression

Field code
issue.labels

Read


Returned valueThe list of labels associated with the issue
Output data type

STRING LIST

Example output["my", "labels"]