Hi,
I want to create a report (chart) that will display our progress on bugs.
I want it to display a graph of open and closed bugs for the past 1 year.
How do I do it?
Thanks,
Janiv.
You might want to use SQL for JIRA to transform your JQL for the bugs into a standard SQL query which is a really trivial task.
Then you can use the SQL for JIRA Reports and Charts free extension to create a ROLAP data cube with the status as dimension and then use it as datasource for the chart. It provides an example report that you can use as former for yours.
The vial reports are built with BIRT a easy and very popular free opensource reporting and business intelligence tool.
Anyway if you need some assistance contact to support in order to get help to create your reports.
I am looking for the same report I believe. I want the same format as the created v resolved, except that the datapoints are open vs resolved. Does anyone have a solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Janiv,
do you know this report: http://confluence.atlassian.com/display/JIRA/Created+vs+Resolved+Issues+Report
Maybe this helps.
Best regards
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thanks.
I know this report.
I'm looking for a different one.
All I want to see in my dashboard (or out of it) is how many bugs were solved every week or every month, and how many were left (are still open).
Thanks again.
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.