Is it possible to query for defects across an entire workspace?
We have defects that come in from our customer support portal that have a special “support id” field set, but they can be distributed to any of our projects. I’d like to query for any such open defects across all the projects and sub projects in our workspace, but I think project scoping will prevent this.
Is there any way to do this? I suppose I could put all our projects under one “super” project in the workspace and do it that way, but it seems like that would add a lot more navigation trouble for everybody in the organization to help solve this problem.
You actually can do this by not specifying a project in your query (specifically setting project to null). Here is an example using the RallyDataSource in the App SDK: