Use case

Return the display name of the last comment's author.


Expression

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

issue?.comments[issue?.comments?.length-1]?.author?.displayName || ""





Feature

Field typeSmart text field
Parsing mode

Jira expression

Expression


issue?.comments[issue?.comments?.length-1]?.author?.displayName || ""


Label
Use case description

Return the display name of the last comment's author.

Complexity