Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは、Visual Studio から実行できることですが、WIQL を使用した TFS API では実行できないようです。
SELECT * FROM WorkItems WHERE WorkItemType = Bug AND Tags CONTAINS 'MyTag' AND Tags DOES NOT CONTAIN 'OtherTag'
「DOES NOT CONTAIN」フィルタを使用してクエリを実行するにはどうすればよいですか?