I am keeping track of bug fixing for multiple projects, and would like to create graphs that show the total amount of created vs. the resolved issues on a weekly basis.
By total, I mean not just the amount of created vs resolved bugs during that week (like in the "created vs resolved graph"), but over the lifetime of the project. So for example, if the project had 100 created and 50 resolved bugs before the shown period in the graph, the graph should start with 100 created and 50 resolved bugs and show the progression from there throughout the shown period.
This way we could see how many bugs are in our database and how many of those are yet to be fixed, so we can easily see how much focus we should put on bug fixing.
Alternatively, I suppose I could use a graph that shows the amount of Open or Unresolved issues per day, although this wouldn't show the quantity of bugs being processed.
Is either of this possible?
Hi @Rik Koning ,
With our add-ons Great Gadgets for Jira Server and Great Gadgets for Jira Cloud you can have a Created vs Resolved chart on your dashboard that can be configured to group data by 1 week (or more).
In the 10 gadgets offered by the add-on, there is a Release Burndown / Burnup Chart gadget than can be easily configured as Created vs Resolved Chart. Just take a look at this example.
Danut
Hi Rik,
Please feel free to try xCharts - Custom Charts & Reports . It provides a lot of built-in templates to create custom charts.
In addition you can script your own charts & reports, using Groovy.
If you have any questions, please feel free to contact me directly via email to: n.werle(at)decadis.de
Cheers,
Nic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rik,
the Created vs. Resolved - Chart - Gadget has a setting ("Collection Operation -> Cumulative") that will exactly do what you describe except one thing: the graph is beginning with 0. But you can start displaying data more than four years in the past, so this might be sufficient for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
I have found that option, but the problem with it is that I want to show on a weekly or biweekly basis how we did during that period, so then I would have to cut the graph off before that period instead of just saving and printing it. Since I need to do this for a large amount of projects, it would not be ideal.
It might be a good alternative, but I'm hoping there is an automated way of achieving this.
EDIT:
Additionally, I have a project that was migrated from another project, so this would show a very strange graph with 200 issues created on the first day that will heavily distort the graph. Again, not a big deal, but I'm hoping to prevent this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
mm, I see.
Maybe you could split your data and create a dashboard with two gadgets (at least):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is more or less what I'm currently doing, except I'm using a pie-chart that devides into critical/major/minor/etc issues. I agree that's probably the best alternative if it's not possible to create the graph that I'm trying to make.
Thanks for your input!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you're welcome :)
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.