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?
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.
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your help Aron, however this is showing the number of unresolved issues rather than the rate of issue creation.
I would like to see the first derivative of the created chart, is this possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unless I'm mistaken, the "Collection Operation" parameter of the gadget serves that purpose.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not really, the graph i'm looking for is issues raised per month like this:
or this
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
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.