Breadcrumbs

Last status change author

📚

This template displays the name of the last user who changed the status of the current work item if it was ever changed.

If there is nothing to display, the result will be “None”.

Configuration

To use the Last status change author template, simply select it from the template grid. Filter by Status to find it faster.

Parameters

This template does not require any additional parameter configuration.

Expert mode

If you switch to Expert mode you can see the Smart field in the Expression Parser. You can now tweak the expression to create a custom smart field based on this template.

Expression

Jira expression:

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