Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS Query to show items changed yesterday by specific user

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.

like image 685
tazm Avatar asked Sep 03 '09 08:09

tazm


1 Answers

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
like image 164
Chris Arnold Avatar answered Sep 17 '22 14:09

Chris Arnold