Field code
%{issue.labels}
Read
The individual label are separated by blank spaces.
Write
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.
Input | Description |
---|---|
+ ui, web_bug | Adds the labels ui and web_bug to the current issue. |
- ui, web_bug | Removes the labels ui and web_bug from the current issue. |