TFS Query to show items changed yesterday by specific user

tazm picture tazm · Sep 3, 2009 · Viewed 9.7k times · Source

How can I create a TFS query that will show items changed within the last day by a specific user?

I need to view what items were completed by the team yesterday.

Answer

Chris Arnold picture Chris Arnold · Sep 3, 2009

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