Hi All
Can you please help me how can I check:
- How many bugs are in progress in a particular week
- How many bugs are fixed in a week
Hi @Usman Malik , welcome to the community!
issuetype = "Bug" AND resolved >= "-1w" then create a new dashboard with the either Filter result gadget or even a Pie chart if you want to see it visually
issueType = "bug" and statusCategory = "In Progress" AND updated >= startOfWeek("-1w") and updated <= now()
To make it more easier for you, you can use the AI assistant from Atlassian when you want to write JQL queries. After that, you need to apply it to the dashboard with their respective gadgets.
Hi @Usman Malik,
One easy way to see how many bugs are in progress in a week is to use a Cumulative Flow Diagram chart by issue type. Jira has a Cumulative Flow Diagram report which you could try, but unfortunately it does not have an option to configure it with a specific filter or JQL or to select the issue type.
My advice is to search for an app on Atlassian Marketplace that provides such chart or report.
If you intend to use an app, our Great Gadgets app offers a Cumulative Flow Diagram gadget that can display the bug count on a weekly basis.
To determine how many bugs were fixed every week, you could use the Created vs Resolved gadget of Jira configured with a filter that returns only resolved bugs and to group data weekly.
If you want something more flexible and advanced, you could use the Kanban Velocity gadget offered by the same Great Gadgets app that my team develops.
Danut
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Disclaimer: 3rd party marketplace partner
@Usman Malik if you are open to working with a 3rd party it's super easy to visualize bug metrics using the point and click builder available in minware.
Here are a few examples you might be interested in:
The bottom two metrics in this screenshot should be exactly what you are asking for and the charts are interactive so you can drill down or filter by clicking the data points and they are super easy to customize with minQL. Let me know if you want to check out a free trial!
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.