If an incident is opened and I restore it at say 10:00 AM then I changed the status of it to awaiting for test. When the tests are run I changed the status of my ticket back to restore say at 11:30 AM. The issue is I get the Restore date as 11:30 AM in Dates field of my incident. I want it to be 10:00 AM. Is there any way to do that?
Yes it is possible to set the resolution date when you change the status to Awaiting for test
So it caputers the time that you move the ticket to that status.
To do so you need to add the postfunction on that transition that updates the resolution field the resolution to (Done, closed etc)
Jira stores the time of updating the resolution as Resolved date
I guess you will choose the post function: update field value
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.