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 || ""
Return the display name of the last comment's author.
Create and configure a Smart field using this expression in Jira expression parsing mode:
issue?.comments[issue?.comments?.length-1]?.author?.displayName || ""
Powered by Atlassian Confluence 8.5.16, themed by Refined 7.6.0 and Decadis AG