Calling TFS query in another TFS Query

丶灬走出姿态 提交于 2021-02-10 14:22:05

问题


Is it possible to call one TFS Query in another TFS Query & further filter data?

Working in TFS 2013.


回答1:


There isn’t the feature of creating new queries in TFS based on the result of another query presently.

Kindly take a look at this similar question: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:

  • Fetch work items with queries programmatically in Azure DevOps Services/TFS
  • TFS 2010 SDK: Get Projects, Iterations, Area Path, Queries and Work Items Programmatically

Besides, you could also submit a feature request, our product team is listening to user voice there. They will kindly review any suggestion.



来源:https://stackoverflow.com/questions/58991677/calling-tfs-query-in-another-tfs-query

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!