Basically, I'm looking for a snapshot of the open tickets by day. I want to know that Dev A had 24 unresolved tickets on a certain date and then had 30 assigned to them at the end of the next day.
Essentially a snapshot of ticket ownership by day.
Is this possible through JQL or extracting the data straight from the JIRA db?
You can achieve this using the in-built dashboard gadgets.
Go to your dashboard and add a 2 dimensional matrix gadget to your dashboard. Feed a filter with your project and all tickets except closed as input data to the gadget. Have status on X axis and assignee on Y axis of the 2 dim gadget. And thats it.
But as you are interested in daily snapshots you would need to collect the data everyday and store it somewhere else.
I dont think at the end of month you can get daily snapshot data for each day of month. Snapshot data would need to be collected each day
Rahul
Create a filter along the lines of:
resolution in (unresolved)
Use that as the filter in a Two-Dimensional Filter Results Widget on a dashboard. Set the x-axis to date, and y-axis to assignee. You should then see all laid out in a nice neat grid.
Notes:
- To cut down the result-set filter by project & assignee name (of group) as necessary.
- To cut down result set date range, consider using WAS resolved on date parameter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am familiar with the two dimensional filter but I'd have to create multiple as I'd need one to report on created date (with assignee as the y axis) AND resolved date (with resolvedby as the y axis).
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.