Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS Team Query: get all changed work items since a given time

Apparently it is impossible to provide the Changed Date field with a timestamp (format '2009-12-14 10:00:00') when defining a new Team Query. I get the error: "The query failed. You cannot supply a time with the date when running a query using date precision.".

Is there a workaround for this? I just want a list of work items which are changed since the last 'x' minutes.

like image 347
Gerrie Schenck Avatar asked Feb 04 '23 07:02

Gerrie Schenck


1 Answers

The solution is to write your own WIQL query: http://teamfoundation.blogspot.com/2008/01/specifying-date-and-time-in-wiql.html.

like image 156
Gerrie Schenck Avatar answered Feb 14 '23 09:02

Gerrie Schenck