Labels

JWT expression

%{issue.labels}

Jira expression

issue?.labels

Read

Returned value

A comma-separated list with all the labels of the issue

Output data type

text (JWT) / text list (Jira)

Example output

web,customer,java,mobile

Write

Valid text input

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

Valid numerical input

Numbers are cast to text

Example input

web, customer, java, mobile