Forums

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

Bugs Count in a week

Usman Malik
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 10, 2024

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

3 answers

2 votes
Nikola Perisic
Community Champion
September 10, 2024

Hi @Usman Malik , welcome to the community!

  • For how many bugs have been fixed in a week create a new filter using this query:

    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

  • Here you need to define which week is this, this includes a date range, if it's from last week until today for example, the query would look like something like this:

    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.

0 votes
Danut M _StonikByte_
Atlassian Partner
September 11, 2024

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.

image.png

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.

image.png

Danut

0 votes
Dan -minware-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 10, 2024

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:

bugs_screenshot.png

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!

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events