Using a sprint tag label across projects to group for a release

I am looking to run a search across all projects in my repo to return the items that have changed and are tagged with a specific sprint tag label. I can do this on a project per project basis, however I would like to be able to return a results from all projects in my repo with changes using this tag (Think sprint label, used to generate a release).

Thanks