Reputation: 1499
We've had a guest user working in our DevOps team, but he's now a real team member with an Office 365 license assigned etc. In other words, he has a new user account. We'd like to migrate everything from his old account to his new one, including closed items. (And if at all possible, migrate his complete history).
Tried Google as well as a few searches here, but didn't find anything. I did find articles about migrating to a new organization, but that's irrelevant.
Upvotes: 2
Views: 1230
Reputation: 19401
For your issue, If you just need to change the previous owner of the work items to the new account,you can write a query to find out all the work items assigned to the old account. Then make a batch change to the query results and assign them to the new account.This operation preserves the history of previous work items
Upvotes: 2