Forums

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

How can I generate Bug report with different status ?

Balamurugan October 29, 2019

I want to generate the Bug report with different status in Dashboard with component. 

 

in X axis will be Status of the Bug

in Y axis will be Components

1 answer

1 accepted

2 votes
Answer accepted
Avinash Bhagawati {Appfire}
Community Champion
October 29, 2019

Hi @Balamurugan ,

You can use below query and save. Use the filter in Two dimensional filter statistics gadget in Dashboard.

project = Test AND issuetype = Bug

Sample Report looks like below:

Screenshot 2019-10-30 at 1.30.58 AM.pngThanks,

Avinash

Balamurugan October 30, 2019

Thanks Avinash.

 

I have done that already. However It shows all the Issue type. 

The above one shows in all the issues like (test, story, bug, sub task).

I need only the Bug list with different Status.

 

Like below : Components in y axis 

Issue type - only Bug status in X axisimage.png

 

 

image.png

Avinash Bhagawati {Appfire}
Community Champion
October 30, 2019

Hi @Balamurugan ,

Currently you are using board filter which gives you all issues list.

create below JQL filter query and add it to Two dimensional Filter Statistics gadget.

project = Test AND issuetype = Bug

Please click here to know to create filter in JIRA.

Thanks,

Avinash

Suggest an answer

Log in or Sign up to answer