Use case

Return the labels of the sub-tasks. Every label only appears once.

Expression

Create and configure a Smart field using this expression in General parsing mode:

%{distinct(fieldValue(%{issue.labels}, subtasks()))}

Used parser functions


Feature

Field typeSmart text field
Built-in


Parsing modeGeneral
Expression
%{distinct(fieldValue(%{issue.labels}, subtasks()))}
Label
Use case description

Return the labels of the sub-tasks.

Complexity