Forum Discussion

c_avu's avatar
c_avu
Frequent Visitor
1 year ago

Microsoft Fabrics Copy activity - azure devops boards shared views

Hello,

I'm trying to copy Azure devops Analytic views data into lakehouse.

I'm managed to copy WorkItems, WorkItem Links, WorkItem Snapshot etc.. from analytic views using oData connection.

But I'm trying to copy shared view ( A view which is manually created in Analytics views in azure devops Boards) 

 

oData:
https://analytics.dev.azure.com/{OrganizationName}/{ProjectName}/_odata/v4.0-preview/$metadata

 

Rest API:

GET https://dev.azure.com/{organization}/{project}/_apis/wit/queries?api-version=7.1 

 

I tried both oData and Rest, but couldn't find this shared view in either of them.

 

Any Idea how to copy this shared view into lakehouse ??

Many Thanks

2 Replies