I'm currenlty trying to migrate a TFS 2018 Project Collection to DevOps. I've tried using the TFSMigrator tool by Microsoft, but unfortunately the migration guide states
Azure Devops Services is English only - TFS supports multiple languages, however today, Azure Devops Services only supports English. If your collection uses the nonEnglish language, you can’t use the Import Service. This is also true if your TFS collection has been non-English in the past, and you have converted the language to English during a TFS upgrade
In fact, the validation fails telling me that the ProjectCollection cannot be imported since it has been non-English. Do you know if there is any other viable way to import the projects in the project collection to DevOps, maybe using a third party tool or something else?
EDIT:
I'm trying to migrate
- Work Items/Sprints
- Source and commits done with TFVC (we have a couple of GIT repository but they are much easier to migrate, it seems)
Migrating artifacts and release flows will be a really nice to have too because we have a couple of flows currently running but I'm trying to understand if I can simply stop them and restart on the new environment with minor losses