We have project portal we use for our company and each project is a subsite. Every sub-site has an Issues list. I would like to be able to query the Issues lists across all sites for rollups (i.e.: See how many open issues a person is assigned across multiple projects, etc. What is the best/easiest way to do this? My hope was to user SSRS, but it only operates on one site/list at a time, where I want be able to point to the site collection
and combine the list under each sub-site for querying.
MySiteCollection
Subsite1/IssuesList
Subsite2/IssuesList
Subsite3/IssuesList
Subsite4/IssuesList
.....
I would like the solution to be dynamic to pick up new sub-sites as they are added to SP without having to go edit the report/solution, etc. As always, ANY help is GREATLY appreciated.