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

Expression

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

Code Block
linenumberstrue
issue?.comments[0]?.author?.displayName


Page properties
hiddentrue
Feature

Image RemovedImage Added

Field typeSmart text field
Parsing mode

Jira expression

Expression
Code Block
linenumberstrue
issue?.comments[0]?.author?.displayName
Label
Use case description

Return theĀ display nameĀ of the first comment's author.

Complexity

Status
colourGreen
titleBeginner