Salman
Salman

Reputation: 1863

Move Azure DevOps Work Items from One Organization to Another

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

  1. To do it by Installing the Azure DevOps Office Integration Tool, but it requires system admin permissions.

  2. Manual by using import and export in excel.

  3. 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

Answers (1)

Bright Ran-MSFT
Bright Ran-MSFT

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

Related Questions