2

Is there a way, using the Fogbugz xml api to return all active cases associated with a particular project? If not, what are my alternatives?

flag

1 Answer

1

You can search for Project:=123, where 123 is ID of your project. To get active cases only, use Status:Active. Combining this together gives you:

Status:Active Project:=123

query to run in your search box, or via XML API.

link|flag
Thanks Peter, that nailed it. For some reason I thought I could only pass in case numbers. Guess that was RTFM fail. – scottdukes Oct 26 2009 at 13:30

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.