Hi,
I am looking for a way to do a query that will give me a list of all available Sub-Projects in the Defect Module. I thought it would be a simple Query like this
SELECT BG_PROJECT AS 'Sub-Project'
FROM BUG
The problem I am getting is that this only gives me a list of the sub-projects that are being used in a current defect, not all the sub-projects that are available in the drop down list. I have several projects in each drop down list that are yet to be used but will be in the future.
Any help on this would be greatly appreciated.