How to get the ageing of the jira defect based on the status
For example
JIRA status is moved from To Do to Analysis and then moved to Resolved
I want to know the how many days this defect is lying under resolved state
Hello @Pavan Thota iGTB .
Welcome to the Community !
Ageing of a ticket is based on different case (A) From created to resolved (B) Time in status.
Unfortunately, there is no way you can find with native features, but you can achieve it with JQ
Just for Resolved state, you can calculate by having a custom field in number that would have an value as when it is moved to resolved state, then do a date different in days from RESOLVED - CREATED.
Also, there are add-on as mentioned here
Also, you can eventually have some scripts written that would check the issue history/change log, get the status changes date and do calculations.
You can also check additional comments here
Welcome to the community !!
If you would be interested in a mktplace solution to get issue time in status, you can try out our app.
With this app you generate time in each workflow status for multiple issues with multiple filter and grouping options. The app has 20+ reports to meet a variety of use cases.
Disclaimer : I am part of the app team for this add-on
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 Atlassian Community!
Jira doesn't have a built-in solution for "time in status" info. The raw data you need is available in issue history and you can get it using Jira Rest API. It provides status changes for each issue by returning a json which you need to parse.
If you prefer using a marketplace app, 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.
This app has a dynamic status grouping feature so that you can generate various valuable reports as time in status, time in assignee, status entry dates and status counts, cycle time and lead time, resolution time, average/sum reports by any field(e.g. average in progress time by project, average cycle time by issue creation month).
Here is the online demo link, you can see it in action and try without installing the app. For further details, you can have a look at Status Time Reports How to Videos.
App Features:
If you are looking for a completely free solution, you can try the limited version Status Time Reports Free.
If you have any questions, feel free to schedule a call with us.
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 Atlassian Community!
Curious about your use case... Why would you need to measure the time a bug lying under resolved state. Once a bug is resolved, you should not care about it.
As far as I know this cannot be measured by using the Jira's native gadgets and reports. So a solution would be to search for a plugin on Atlassian Marketplace.
In case you want to try a plugin, you can easily measure this by using the Time in Status gadget offered by our Great Gadgets app.
All you have to do is to configure it with the JQL/filter that returns the bugs, and eventually choose to include only the Resolved status.
The gadget also displays a Data tab with the time in Resolved status for each issue, which you can easily export in CSV.
Danut.
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.