For a Story issue type, I want to track the total time spent in a particular status using a timer. While using a Scripted Field in ScriptRunner for Jira Cloud, I can achieve this. However, if the issue moves back to the same status, I want the timer to continue from the previously recorded value, not restart from zero.
Is there a way to store the accumulated time so that it can be retrieved and resumed if the issue transitions back to that status?
Note:
Create a custom field to store the accumulated time and an automation to update it so that you don't lose the data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.