Status
Tech review



Field code%{issue.labels}
Type

Available since



%{issue.labels}



Read



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

Example outputweb customer java mobile




Write



Additional information for writing valuesSets Labels

Allowed input 

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

Allowed input 

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.