I want to change the processing on the View Version screen to link to our specific processing and I am not aware of how to complete this?
Nothing out of the box. I can suggest 2 things:
1) Scripted fields with a logic that calculates between 2 date fields. You will have to create another date field like "To In Progress" date which will automatically have a value (though post-function) whenever the ticket is transitioned to "In Progress"
2) A script/tool that utilize the JIRA API (I suggest using the JIRACLI tool) to retrieve a ticket's history, parse the result on when a certain ticket was transitioned to what status, then do you calculation in that script. You may want to use save this data on your report only or update a custom field in your ticket.
I have some teams on my JIRA instance using option #2
**The same answer I have here: I need to create a filter in JIRA that returns the duration it has taken from task creation to the first time that the task has been marked as In Progress. In other words, measuring the waited duration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.