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 user who performed the last status change.

Expression

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

Code Block
linenumberstrue
issue.changelogs.filter(c=>c.items.some(i=>i.field=="status"))[0]?.author?.displayName || ""

 


Page properties
hiddentrue
Feature

Field typeSmart text field
Parsing mode

Jira expression

Expression
Code Block
linenumberstrue
issue.changelogs.filter(c=>c.items.some(i=>i.field=="status"))[0]?.author?.displayName || ""
Label
Use case description

Return the display name of the user who performed the last status change.

Complexity

Status
colourGreen
titleBeginner