Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Chart bug raise rate

Trig December 9, 2019

Our process is to raise a bug in jira as a sub-task when a fault is found by a tester and is assigned to the developer responsible for the DUT.

As a tester - I would like to see how many bugs are raised per week on a DUT in the form of a line chart.

How do I chart the number of sub-tasks created under a specific task over a period of time?

1 answer

1 accepted

1 vote
Answer accepted
Aron Gombas _Midori_
Community Champion
December 10, 2019

I'm not sure what is a DUT, but you should be able to use a JQL like this to find the subtasks of a Jira issue:

parent = FOO-123

...where FOO-123 is the parent's key.

Then you could try use the Created vs. Resolved gadget fed by this query.

Trig December 11, 2019

A DUT is a Design Under Test - the design task would be foo-123 and sub tasks are bugs found with the DUT.

When I try to use a created vs resolved gadget, it says no "No project or filter specified."  when I enter "parent = PER-1064" under the "Project or Saved Filter" field of the "Created vs Resolved Chart"

created vs resolved.png

Aron Gombas _Midori_
Community Champion
December 11, 2019

It expects a saved filter there, not a JQL query string!

So create a saved filter with that JQL, give it a name, then it will appear in that drop-down as an option.

Like Trig likes this
Trig December 11, 2019

Thanks for your help Aron, however this is showing the number of unresolved issues rather than the rate of issue creation.

created vs resolved not rate.png

I would like to see the first derivative of the created chart, is this possible?

Aron Gombas _Midori_
Community Champion
December 11, 2019

Unless I'm mistaken, the "Collection Operation" parameter of the gadget serves that purpose.

Trig December 11, 2019

Not really, the graph i'm looking for is issues raised per month like this:

bug_raised_per_month.png

or this

bar_chart_per_month.png

 

I've exported the data from the query and plotted it in excel.

This work around will do, but it would be nice to have this built into Jira.

Aron Gombas _Midori_
Community Champion
December 11, 2019

If you use Excel to solve this, you should definitely check out our app called Better Excel Exporter.

It has a report template dedicated to created vs resolved pivot tables and pivot charts. Using this (or a customized version of this) you could reduce the manual work of re-creating the chart every time:

jira-created-vs-resolved-pivot-chart

Suggest an answer

Log in or Sign up to answer