Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Attempting to pull an Odata query to show Remote Related link types. This type is not being returned.
= OData.Feed(“https://analytics.dev.azure.com/<Instance Name>/_odata/v4.0-preview/WorkItems?” & “$select=WorkItemId,Title,WorkItemType,State&$filter=WorkItemType%20eq%20’Feedback’%20” & “&$expand=links”, null, [Implementation=“2.0”])
Does anyone know of any workarounds or a fix to this?