Components closed report
How to run a report that shows only components that have all issues closed? Don't want to see the issues at all, just the component titles on a report? Anyway to do that?
|
brian
· 1 |
|
| Monday, January 15, 2007, 2:12:35 PM | |
0
|
If I understand you correctly, you want to see components that do not have open issues. If so, then no. You will have to do the opposite, filter by each component and check if it has open issues. |
||||
|
|||||
0
|
Might you explain how to accomplish this? I am still trying to learn the interface.
|
||||
|
|||||
0
|
Actually you can see this from the project home page summary. Click on "Home" from the main page. All components are listed and the number of open (not closed) issues are shown. |
||||
|
|||||
0
|
OK I see that. THanks. But is there a way to see this for all projects? See a global view of it versus having to go in and see each project individually? |
||||
|
|||||
0
|
No, projects do not share component, so need for this. |
||||
|
|||||
0
|
Can you recommend a way to write a sql statements that would select all components that have all issues as complete? Could this work? |
||||
|
|||||
0
|
The statment below will return all components that have no issues logged or have all issues with the status of closed: select distinct c.compid, c.compname from components c |
||||
|
|||||




