在另一个 TFS 查询中调用 TFS 查询

Calling TFS query in another TFS Query

是否可以在另一个 TFS 查询中调用一个 TFS 查询并进一步过滤数据?

正在使用 TFS 2013。

目前TFS中没有根据另一个查询的结果创建新查询的功能。

请看看这个类似的问题:Queries based on the elements of other queries?

The only way to do this is using TFS API from a language like C#, where you can run a query, then use that query to do another query based on its results.

There are some articles about TFS Query API that may benefit you:

此外,您还可以submit a feature request,我们的产品团队正在那里倾听用户的声音。他们会亲切地审查任何建议。