Reputation: 1
How to copy workitem tree using API in Azure devops ? I need to copy workitems in azure devops by using API
I need to copy workitem tree (child and sub child) for example, feature with userstories and tasks. Entire workitem tree needed to copy. Is there any other method to copy workitem without API also fine?
Upvotes: -1
Views: 343
Reputation: 4259
Currently I don't find a rest api that can implement your idea. Maybe using API to get all of the information of workitems and relationship and then create the workitems. In addition, in Sprint 172 Update, you can copy work item to copy children. But This feature isn't recursive. The sub child need to be copied manually.
Upvotes: 0