Leem
Leem

Reputation: 13

We have 2015 tfs server with 8 collections to be migrated to azure devops i have tried Microsoft azure devops migration

We have 2015 tfs server with 8 collections to be migrated to azure devops i have tried Microsoft azure devops migration tool but it is considering each collection as single organization but we want to all 8 collections under one organization each collection has different projects Is there any way to do this i have seen Microsoft documention but unable to get any perfect solution what should i do could some please gudie me regarding this

Upvotes: 0

Views: 153

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 59055

Microsoft's documentation is the canonical, correct answer. You aren't finding other solutions because none exist. There is no way to import multiple team project collections into a single Azure DevOps organization via any tooling whatsoever. There is no other option for a full fidelity migration; although other tools exist that can migrate some data, no tool can capture all of the data, and no tool can capture the data without loss of fidelity.

Simple put, organizations are the Azure DevOps equivalent of team project collections. Each organization represents a single collection.

Upvotes: 1

Related Questions