I would like to get some visibility of what changes have gone into our TFS build. Is there some way of finding out all of the resolved work items that have gone into the last X number of builds up to a certain date?
Could this be done by creating some kind of TFS report or query. If so, has this been done before?
[UPDATE]
I have discovered how to find all work items related to a single build. You can set up a work item query by specifying the Integration Build as follows:
TeamProject = @Project
State = Resolved
Integration Build = MyBuild_200912_02.01
However this is useless to me as we carry out builds every hour.