I am looking to create a report that shows the average time issues are in a particular status, in this case it would be the average time the issues are in the "Waiting for Support" status. I would like to do this without any add ons or plugins if possible.
Thank you!
Hi
There is no built-in solution in Jira. However, the data you need is available in Jira Rest API. It provides the exact status transition date and time for each issue. It returns json as below, but you need to extract and calculate for each issue.
We developed Status Time app for the exact need. It displays time spent on each status. You can export the data into excel and get the average time.
Hi @Cody Eberhardt ,
We added average calculation functionality. You no longer need to extract and calculate the average on excel. You can see sample report on online demo here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Cody Eberhardt
Unfortunately, there are no built-in solutions but as an alternative, you can try Time in Status for Jira Cloud.
Its' main function is to generate a report of how long issues have been staying in a particular status. BUT you also get Average Time report, which shows the average time issues have been staying in statuses during a specific period.
All reports are available as Grid and as Charts. and you can export data as XLSX or CSV file
I hope, this info will be helpful for you!
Best regards, Mariana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.