Field code
%{issue.labels}

Read


Returned valueList of labels separated by blanks
Output data type

TEXT LIST

Example outputweb customer java mobile

The individual label are separated by blank spaces.


Write


Additional information for writing valuesSets Labels

Valid text input

Comma-separated list of labels

Valid numerical input

Numbers are cast to text
Example input

ui, web_bug

Sets issue labels. If the specified label does not yet exist, it will be created.

Prefixes + and - can be used to add or remove labels.

InputDescription
+ ui, web_bugAdds the labels ui and web_bug to the current issue.
- ui, web_bugRemoves the labels ui and web_bug from the current issue.