You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Field code
%{issue.latestStatusChange}


Read


Returned valueDate and time of the most recent status change in the issue. When cast to string format defined at jira.date.time.picker.java.format is used.
Output data type

TEXT

Example output 19/Mar/14 1:38 PM for jira.date.time.picker.java.format = dd/MMM/yy h:mm a

It is useful to find out for how long the issue has been in the current status by using the following expression: {00057} - {000158}

Where {00057} = Current date and time and {000158} = Date and time of latest status change.