Hi,
I need to generate a report which will show the average time it took to resolve defects for a project. Is there a way to create this type of report. Maybe something similar that will help me get this data.
Thank you
Hello Roman,
JIRA does not have an inbuilt field which would return the age of tickets, however, there are some plugins that you can use to achieve this goal.
Basically, the steps to achieve your goal are:
1 - Use a plugin to create a calculated custom field which will receive the age of the issue (solved time - created time)
2 - Use the Filter results gadget to display the issues list with their respective ages
In order to provide you the best options to achieve your need and further details on how to implement it, could you please let us know if you are using JIRA Cloud or Server?
Check some options below:
For JIRA Server: You can use Power Custom Fields Premium™ (PRO):
return (currentDate() - created);
For JIRA Cloud: You can Use ScriptRunner Calculated fields, as mentioned in the documentation below:
Additionally, we have a feature request to implement this functionality in JIRA without any plugins:
Feel free to vote and watch the suggestion to increase its priority and also receive notifications about any updates.
Let us know if this information helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.