How can I filter issue done on the components-page?

JFDionne April 29, 2016

Hi, how can I filter out the issue done on the components-page?

I just want to see which components still have open issue.

 

3 answers

0 votes
Udo Brand
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.
May 1, 2016

Use a two dimensional filter gadget based on the filter: status = open

Then have component vs. status displayed

0 votes
Naga Purna Chander Inguva April 29, 2016

You can try 

component is not EMPTY AND status in (Open)

which will search all component/s with Open status tickets

JFDionne April 30, 2016

Hi, thank but the goal here is to have a list of "group by" component with the number of issue open. Exactly like the http://URL/projects/ProjectName?selectedItem=com.atlassian.jira.jira-projects-plugin:components-page but with a filter.

0 votes
Naga Purna Chander Inguva April 29, 2016

Hi Jean,

The following JQL will help finding tickets which are in Open state and belong to abc and xyz components

component in ("abc","xyz" ) AND status in (Open)
JFDionne April 29, 2016

Hi, thank but I don't want to search for 1 component, I want to have a list of all component with the number of issue still open for each of them.

Suggest an answer

Log in or Sign up to answer