We have a ton of different projects, not all of which have data that requires retrieval. I have figured out a way to decipher which projects to get the data out of, but now I am having a difficult time getting it. We have projects that have a custom status called Main. Inside this status we are trying to keep track of things with fields like Controller Model, Front End, Est Sales Time etc. The only way I have found to navigate it is to get all the issues in a project, lookup each issue, and check if it has a status of Main. If someone has a way to specify a project and issue with a status of Main to grab the relevant data that would be optimal. However, even just grabbing all the issues with a status of Main would work as well.