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 last comment's author.


Expression

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

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




Page properties
hiddentrue


Feature

Image RemovedImage Added

Field typeSmart text field
Parsing mode

Jira expression

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