I performed a TFS to Azure DevOps(VSTS) migration for a customer. The target process template is an Hosted XML Process template. According to Microsoft's documentation, it is possible to import Global lists to the Organization(collection), but when trying to import via Witadmin (Tried with the tool from VS15 and VS17), the action failed with the following error :
Server was unable to process request. ---> VS1640129: The collection you are targeting uses inheritance process model. This operation is not allowed on an inheritance process model based collection. Please refer to https://go.microsoft.com/fwlink/?linkid=849010 or contact your system administrator for help.
I am not using Inheritance process model!
All processes window in Azure DevOps web access
the command :
witadmin importgloballist /collection:https://collectionName.visualstudio.com /f:"C:\GloballistFolder\GlobalList.xml"
Ideas?