I'd like to use the TFS Java API to run WIQL queries on the workitemlinks
. I know how to fetch WorkItems via the WorkItemClient, but it seems to be missing the functionality to fetch WorkItemLinks.
On the other hand, client.supportsLinkQueries()
returns true
. So: Is there a way to run workitemlinks
queries with the TFS Java API?