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

Compare with Current View Page History

« Previous Version 2 Next »

Field code
%{issue.labels}


Read


Returned valueBlank separated list with all the labels of the issue.
Output data type

TEXT

Example outputweb customer java mobile


Write


Additional information for writing valuesSets Labels

Allowed input TEXT

A comma-separated list of labels. If label does not exist, it is created.

Allowed input NUMBER

Numbers are cast to string.
Example input

+ jira, plugin : adds labels "jira" and "plugin" to the issue.

- scrum, web : removes labels "scrum" and "web" from the issue.

Prefixes + and - can be used to add or remove (check or uncheck) single values or set of values.