Labels

%{issue.labels}

Read

Returned value

List of labels separated by blanks

Output data type

text list

Example output

web customer java mobile

The individual label are separated by blank spaces.

Write

Additional information for writing values

Sets 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.

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.