[Bug]: Unable to migrate the process template using the Process Definition Processor #3125
prathyusha-reddy-nalla
started this conversation in
General
Replies: 1 comment
-
|
@prathyusha-reddy-nalla We will need to take a look at the code. I did not build this feature and have not used it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
Source Version
Azure DevOps Service
Target Version
Azure DevOps Service
Relevant configuration
{ "$schema": "https://devopsmigration.io/schema/configuration.schema.json", "Serilog": { "MinimumLevel": "Debug" }, "MigrationTools": { "Version": "16.3", "Endpoints": { "Source": { "EndpointType": "AzureDevOpsEndpoint", "Organisation": "https://dev.azure.com/ABC/", "Project": "XYZ", "AuthenticationMode": "AccessToken", "AccessToken": "XXXXXXXXXXX", "ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId", "AllowCrossProjectLinking": false, "LanguageMaps": { "AreaPath": "Area", "IterationPath": "Iteration" } }, "Target": { "EndpointType": "AzureDevOpsEndpoint", "Organisation": "https://dev.azure.com/XYX/", "Project": "XYZ", "AuthenticationMode": "AccessToken", "AccessToken": "XXXXXXXXX", "ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId", "AllowCrossProjectLinking": false, "LanguageMaps": { "AreaPath": "Area", "IterationPath": "Iteration" } } }, "Processors": [ { "ProcessorType": "ProcessDefinitionProcessor", "Enabled": true, "ProcessMaps": { "Scrum_OperationTeam": "Scrum_OperationTeam" }, "UpdateProcessDetails": true, "MaxDegreeOfParallelism": 0, "SourceName": "Source", "TargetName": "Target" } ] } }Relevant log output
What happened?
A bug happened!
Please let us the configurations to be used, I have tried multiple combinations but didn't work tried with 16.3.1 and 16.3.3 versions, it would be really helpful if have any samples for the each of the processors, The tool is really great but the documentations might be really helpful!!
Debug in Visual Studio
Beta Was this translation helpful? Give feedback.
All reactions