0

We have a 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 documentation but unable to get a perfect solution. What should I do? could someone please guide me regarding this?

Dave M
  • 4,514
  • 22
  • 31
  • 30
Leem
  • 13
  • 1

1 Answers1

2

You cannot use the migration tool to move multiple collections to a single organisation. The migration tool is set to have 1 collection = 1 organisation.

If you need to achieve this under a single organisation then you would need to create new projects on your Azure DevOps environment, and then migrate the individual items from your TFS collections over (Work Items, Repos etc.)

Sam Cogan
  • 38,736
  • 6
  • 78
  • 114
  • 1
    Thanks Sam is there any tool to do migration of work tems and repos? – Leem Jun 11 '20 at 05:05
  • 1
    Repos are fairly straightforward, Azure DevOps has a repo import functionality. For work items here is an example of a tool that can do it - https://nkdagility.github.io/azure-devops-migration-tools/ – Sam Cogan Jun 11 '20 at 09:40