Forum Discussion
deepak_mhaskar
5 years agoFrequent Visitor
Get Azure DevOps workitem links across projects
Hi Folks, I am pulling the workitem data from Azure DevOps from a specific project. That projects has some workitem links which has workitem links outside the projects (workitem link from other pro...
erjosito
3 years agoMicrosoft Employee
I have the same question. Essentially, the remoted links are not part of the 'Links' table. Inspecting the ADO data with PowerShell it looks like the remote links are in a `url` field, but I can't access that field with the OData queries that are provided in the documentation above 😞
OlaBys
2 years agoRegular Visitor
Hi, did anyone find a solution to this? I have the exact same problem. We want to query the status of all the related predecessors from an epic work item. These predecessor links can go to different projects as well as within the same as the epic. What we get in the 'Links' table are only relations within the same project however. Anyone has a solution on how to get the 'remote links' work items in a similar fashion?