Use case

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

Expression

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

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

Used parser functions


Feature

Field typeSmart text field
Built-in


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

Return the display names of the sub-tasks reporters.

Complexity