Adrian Melzer
Adrian Melzer

Reputation: 159

Migrate Workitems from local TFS into VSTS

I'm migrating our local TFS to VSTS (Cloud TFS). Everything worked fine so far, but now I want to migrate all the existing workitems to the VSTS. I have searched the internet for a solution and found some articles. They suggested to use some CMD-Line Tools to migrate workitems from TFS, but unfortunately, all of them threw some error messages.

Does anyone have a quick and safe way to migrate the workitems.

Upvotes: 3

Views: 459

Answers (2)

Daniel Mann
Daniel Mann

Reputation: 59055

The best option (which I'm surprised Patrick-MSFT didn't mention) is a direct TFS import to VSTS.

As long as you're on a supported version of TFS, you can just take your Team Project Collection and have it directly imported into VSTS, with full fidelity migration of all data, including work items.

Upvotes: 3

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51183

TFS has three options for scoping and scaling data - deployments, team project collections, and team projects. Team projects are used to encapsulate the assets of individual software projects, including source code, work items, and so on.

You could also use some customize powershell script or 3-party tool such as VSTS Sync Migration Tools for migrating WI with attachments.

More ways and detail explanation please have a look at jessehouwing's answer in this question: How to migrate work items from TFS to VS Team Services (VS Online)

Upvotes: 3

Related Questions