I would like to be able to create a ticket ageing report based on the creation date of a ticket i.e. total number of unresolved tickets broken into ageing buckets: 1 – 7 days, 8 – 14 days, 15 – 21 days, 22 – 28 days, 29+ days
1 – 7 days : 25 tickets
8 – 14 days : 7 tickets
15 – 21 days : 5 tickets
22 – 28 days : 3 tickets
29+ days : 30 tickets
Any help would be greatly appreciated
Thanks
John
aging bucket report.png
Hey John,
If you have Confluence as well and it is linked to JIRA, this will be very simple to do using the JIRA macro. Create a new Confluence page, add a JIRA macro and query something like this:
project = "relevant project" AND created >= startOfWeek() and created < endOfWeek()
Now this macro has the Display options. Click on it then click on Total issue count. Save
Repeat this with different queries just add relevant numbering like startOfWeek(-1) (for previous week) and startOfWeek(-2) for two weeks ago, and so on.
Hope this helps you out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi I wanted to make filter for closed defects which are closed More than 5 days. Like defect closed date - created date.
With one condition defects closed date >= startoftheweek()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do we have a report which can help with:
Post assigning ticket - if user has not taken action for a day or 2 then the report track these tickets basis update status
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.
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.