Friday, August 24, 2012

TFS Work Item Query - multiselect hint


Lets say I have a WI query like this:



and I want to find not only Issues but also Tasks and Activities. I can of course add OR statement and group, but I find it much more easy to use IN statement. The problem is only that the value dropdown doesn't seem to support multiselect. Not in Visual Studio, neither in Team Web Access.

Forget dropdown! Just write staight into value field with ; as a separator. Like this:




No comments:

Post a Comment