Use case

Return the display names of the sub-tasks' assignees. Every user only appears once.

Expression

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

%{distinct(fieldValue(%{issue.assignee.displayName}, subtasks()))}

Used parser functions


Feature

Field typeSmart text field
Built-in


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

Return the display names of the sub-tasks' assignees.

Complexity