问题
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