Field code
%{issue.lastStatusChange}

Read


Returned valueDate and time of the most recent status change of the issue
Output data type

TEXT

Example output19/Mar/14 1:38 PM

When cast to text, the output depends on the jira.date.time.picker.java.format parameter set in your Jira instance.

19/Mar/20 1:38 PM would be returned for dd/MMM/yy h:mm a

Want to find out how long an issue has been in the current status? Try the function timeInStatus()


If you want to return a number (a timestamp) instead, remove the leading % character in front of the field code.

You will not be able to do this in the basic mode. Learn more about Parsing modes.