I’m creating a report that needs to obtain data from a workspace that has several projects in it. Is there a way to specify to either search a whole workspace or multiple projects when creating the RallyDataSource? Creating a data source per project doesn’t sound like the best way of going about it.
Share
If your projects have one common parent you can specify the parent project and projectScopeDown true:
Otherwise in your queryConfig you can set the project to null to query the entire workspace:
You could further filter it to specific projects like so: