Hello folks,
In order to be able to know how long time an Issue still in each status, I would like to add the date automatically (in an existing field) when the Issue changes the Status (during transsition).
---------------------
Example:
Today (19-10-2022) the status of the issue changes from In "Progress" to "Testing":
I need to have a field (completed automatically) as : FirstDateInTesting: 19-10-2022
---------------------
Could you please let me a hand?
Thanks a lot in advance,
Jorge
Hi Jorge - Welcome to the Atlassian Community!
You can do this with an add-on like Automation for Jira or ScriptRunner which will also help calculate the time.
But you could also populate the date with a Post Function on the transition to set the custom date field value to now()
Thanks a lot for your answer, @John Funk
Unfortunatelly I am not able to edit Post Functions of the transition. May be because I am not logged as Administrator?
Best regards,
Jorge
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to Settings > Issues > Workflows and search for the workflow there. Then do a an edit. It might just be how you are coming into the workflow.
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.