You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm searching for a method to track Average Time to resolve a ticket for the last 30 days. The built in widgets don't really provide a clear solution; I've read an article or two that indicate you can create a jql:
resolution != Unresolved AND Organizations = "ORGANISATION_NAME" and resolutiondate >= startOfMonth() and resolutiondate <= endOfMonth()
Is using JQL the best method to make this happen? It seems this would be a default gadget, but doesn't appear to be. The average age chart seems to only display open items, not the average resolve time.
Any easy methods to handle this?
Hello @Brian Milovich
You can easily get the Average time it takes to solve each issue with Time in Status for Jira Cloud by my SaaSJet team. It generates the Average time report which you can filter by the assignee and get the average time it takes to solve the issues for the necessary assignee.
You can export this report to CSV and XLSX files or share the with other team members or even analytical systems for further analysis.
You can get a free 30-day trial version. And ask me if you have any additional questions.
Hope it helps
I'm looking to add an average time (from Open to Close) for the sum of all issues.
I'm hoping to have that number displayed within my dashboard. Is that possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to Atlassian Community!
As an alternative, you can try Status Time Reports app developed by our team. It mainly provides reports and gadgets based on how much time passed in each status.
Here is the online demo link, you can see it in action and try without installing the app.
If you are looking for a free solution, you can try the limited version Status Time Free.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community !!
If you are open for a mktplace solution, you can try out our plugin,
The add-on provides the time in each status for the entire lifecycle of the issue, including the average time.
You can group multiple statuses and only include the ones you need to define a total combined time in those statuses.
Do try it out.
Disclaimer : I work for RVS, the vendor for this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Brian Milovich ,
JQL is used to just filter issues. JQL by itself can't calculate average vales for you.
If you are limited to out-of-the-box functions, your best bet would be to use the Average Age chart (available as a dashboard gadget or project report) or the Control Chart (available as part of Kanban Board reports if you have Jira Software). Both of these options provide an overall picture of your issues and they offer limited flexibility in terms of report parameters.
For maximum flexibility, you should use a marketplace app.
If you are OK with using a marketplace app for this, our team at OBSS built Time in Status for this exact need. It is available for Jira Server, Cloud, and Data Center.
Time in Status mainly allows you to see how much time each issue spent on each status and on each assignee.
The app has Consolidated Columns feature. This feature allows you to combine the duration for multiple statuses into a single column and exclude unwanted ones. It is the most flexible way to get any measurement you might want. Measurements like Issue Age, Cycle Time, Lead Time, Resolution Time etc.
For all numeric report types, you can calculate averages and sums of those durations grouped by the issue fields you select. For example total in-progress time per customer (organization) or average resolution time per sprint, week, month, issuetype, request type, etc. The ability to group by parts of dates (year, month, week, day, hour) or sprints is particularly useful here since it allows you to compare different time periods or see the trend.
The app calculates its reports using already existing Jira issue histories so when you install the app, you don't need to add anything to your issue workflows and you can get reports on your past issues as well. It supports both Company Managed and Team Managed projects.
Time in Status reports can be accessed through its own reporting page, dashboard gadgets, and issue view screen tabs. All these options can provide both calculated data tables and charts.
And the app has a REST API so you can get the reports from Jira UI or via REST.
Using Time in Status you can:
https://marketplace.atlassian.com/apps/1211756/
EmreT
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.