Forum Discussion
gemberbarroso
Apr 14, 2025Copper Contributor
Export Azure DevOps Pipelines Generated Work Items
Hi, Is there a way to export the work items linked to the Build or Release pipelines into an Excel file?
- Apr 15, 2025
Hi,
there is an Azure DevOps Office Integration (Plugin), which allows to edit work items directly in Excel: https://learn.microsoft.com/en-us/azure/devops/boards/backlogs/office/bulk-add-modify-work-items-excel?view=azure-devops&tabs=agile-process.
But tbh, I never used or worked with that.Alternatively, you can use the DevOps REST API to execute your tasks programmatically (e.g. with a python script). There are calls available to get builds and their linked work items.
gemberbarroso
Apr 21, 2025Copper Contributor
Hi,
Is it possible to call more than 50 linked work items using the DevOps REST API?
gemberbarroso
Apr 23, 2025Copper Contributor
Hi,
I have already called more than 50. The maximum is 200.
https://learn.microsoft.com/en-us/rest/api/azure/devops/build/builds/get-work-items-between-builds?view=azure-devops-rest-6.1