Does anyone have any suggestions for the best / simplest way to view all stories owned by a specific user (or specific users) inside a Rally workspace?
I gather there may be ways to do this (e.g. through a Custom Grid) if there were single “parent” projects at the top of each workspace, but I’m looking for something similar without having to make “dummy” uber-parent projects.
Thanks!
You won’t be able to do it on a custom grid since you will be bound by the global project scope or a specific scope of your choosing in the settings panel. This should be relatively straightforward to write as an app though (which could then be run in a custom panel on the dashboard or in a custom tab).
The App SDK’s RallyDataSource allows querying the entire workspace like so:
It should then be straightforward to display those stories in a Table.