Hi.
How to create a Graphic (line or bars) to compare some lists like this (project = "10657" AND created >= startOfYear("+4M") AND created <= startOfYear("+5M") AND reporter in (557058:0a1ea129-576f-4092-85d8-4661e2d638ce) ORDER BY created ASC) .
Using this list I can filter by month.
I need to make a graphic to compare number of tickets created by a reporter, filtering month to month, like Jan 520, Feb 534, Mar 405...
If you use the Created vs Resolved gadget with "monthly" grouping, and use the JQL above as the input filter, doesn't it solve your use case?
If not, you could create a pivot table and chart from the issue creations and resolutions with the Better Excel Exporter. The nicety in this approach is that you can use any Excel feature on that data, so the flexibility is endless. You can group by any field, including Assignee.
(Discl. it is a paid app developed and supported by our team.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.