Can Jira track the time an issue is spent in each status and fire off an email to a manager if the time spent in each status is longer than, say 2 days?
Hello @chris wolfe
You may take a look at some Clockwork apps.
Or, you can also try the add-ons described below:
SLA Time and Report for Jira. All you need is to set Start and Stop timers to determine the status you want to generate data based on. And set a notification.
Time in Status for Jira Cloud allows tracking the time in each status for a chosen period, and generates a Time in Status report.
You can export the report as CSV or XLSX files for further analysis.
These addons are developed by my team and are free for using up to 10 users. Please, let me know if you have any questions.
Hope it helps
Hello @chris wolfe
Welcome to the community.
Jira does not natively provide a way for you to report on the time a status spends in a given status. There are third party apps you can add to your system that can help with that, or you can use a combination of custom fields and automation to record those values without a third party app.
What problem are you really trying to solve, though?
Do you really want to report on issues that have spent more than 2 days in any status at any time, regardless of their current status or how long it has been since they changed status?
Or do you want to report on issues that as of today have been in their current status for more than 2 days? You can get that list with the following filter. I also designed it to exclude the issues created in that time and exclude the issues that are in a Done status.
PROJECT = <yourProject> AND NOT Status Changed AFTER -2d AND Created < -2d and statuscategory!=Done
You can set up such a filter and save it and have people subscribe to it to get the results via email on a schedule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the answers guys.
I'll check out these solutions.
Appreciate your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @chris wolfe
If you are OK with using a marketplace app for this, our team at OBSS built Timepiece - Time in Status for Jira 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.
It also allows you to filter issues based on status durations so you can get issues that stayed in a status for more that 2 days.
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.
The app itself does not send e-mail but you can put a filtered report to a dashboard to follow issues. You can also utilize the REST API if you want to build your own automation.
Using Time in Status you can:
Timepiece - Time in Status for Jira
EmreT
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.