Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
UI Text Box
sizemedium
typeinfo

Use case

Return the display name of the parent issue's assignee.

Expression

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

JWT expression

Code Block
linenumberstrue
%{parent.assignee.displayName}

Jira expression

Code Block
linenumberstrue
issue?.parent?.assignee?.displayName


 


Page properties
hiddentrue
Feature

Image RemovedImage Added

Field typeSmart text field
Built-in

Image Added

Parsing modeGeneral
ExpressionJWT expression
Code Block
linenumberstrue
%{parent.assignee.displayName}
Jira expression
Code Block
linenumberstrue
issue?.%{parent?.assignee?.displayName
Injectable(tick)
}
Label
Use case description

Return the display name of the parent issue's assignee.

Complexity

Status
colourGreen
titleBeginner