Hi Guys,
I am stuck in a business problem, i will be highly obliged if someone can help me out here:
Q. How do i track how many iteration did my ticket have gone through at which stage, and how many times to a particular stage (Such QA/System test Etc. for SDLC ) and with duration how long did it stuck there?
Best Regards
It's pretty easy to do via API by accessing issue changelogs:
You can use it to calculate number of times in status, time in status etc.
If you want these counters as custom fields, you can compute them with Jira Automation on issue transitions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.