Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 1


UI Text Box
sizemedium
typeinfo

Use case

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


JWT expression

Code Block
linenumberstrue
%{issue.lastComment.author}

Jira expression

Code Block
linenumberstrue
issue?.comments[issue?.comments?.length-1]?.author?.displayName




Page properties
hiddentrue


%{issue.lastComment.author}

(question)

Feature

Field typeSmart text field
JWT expression
Code Block
linenumberstrue
Jira expression


Code Block
linenumberstrue
issue?.comments[issue?.comments?.length-1]?.author?.displayName


Label
Use case description

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

Complexity

Status
colourGreen
titleBeginner