Reputation: 1863
I am looking ways to move Azure DevOps Work Items from One Organization to Another as there is no official method. The below are ideas but I need best option.
Solutions found
To do it by Installing the Azure DevOps Office Integration Tool, but it requires system admin permissions.
Manual by using import and export in excel.
Using API to list the work items, but unable to push this info into another organization project, not clear how to do using which API.
Eg: curl -u : "https://dev.azure.com/**/Project/_apis/wit/workitems?ids=111&api- version=7.1-preview.3"
Upvotes: 1
Views: 265
Reputation: 13659
A popular method is using the Azure DevOps Migration Tools. It can bulk migrate Work Items.
You can reference the following articles to set up the configuration file for Work Items Migration:
Upvotes: 1