Reputation: 83
Is there any way to move or copy a work item from one team to another team within same project in Azure Devops? Anyone please help
Upvotes: 2
Views: 521
Reputation: 81
You can move the work items: https://learn.microsoft.com/en-us/azure/devops/boards/backlogs/move-change-type?view=azure-devops
Or you can create a copy using export and import csv backlog: https://learn.microsoft.com/en-us/azure/devops/boards/queries/import-work-items-from-csv?view=azure-devops
Upvotes: 1
Reputation: 222722
You can update the Area path to the new teams name as follows,
Upvotes: 2