views:

272

answers:

1

Does any one knows how to create a query for tfs that will show items changed yesterday by specific user?

I need to view what items was done by team yesterday.

A: 

I have assumed that you already know how to create a new query. These are the 3 lines that you'll need to enter into the designer...

  • Team Project = @Project
  • And Changed Date = @Today - 1
  • And Changed By = AUser
Chris Arnold
this query ignores items that was also changed today and ignores items that was changed by another user after the AUser (for example, tester have closed bug).
tazm
You can't do anything about the Changed date, but you can add a "Was Ever" qualifyer to the Changed By field.TFS2008 Does not allow you to query the history of the Changed Date
MrHinsh