[Bug]: Error while migrating TestPlansandTestSuites along with testcases #3126
prathyusha-reddy-nalla
started this conversation in
General
Replies: 1 comment
-
|
Please check and follow https://devopsmigration.io/docs/how-to/migrating-plans-and-suites/ |
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.
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": "TfsTeamProjectEndpoint", "Collection": "https://dev.azure.com/ABB-ABC-ABC/", "Project": "ABB-ABC-ABC", "Authentication": { "AuthenticationMode": "Prompt", "NetworkCredentials": { "Domain": "", "UserName": "", "Password": "***" }, "AccessToken": "***" }, "ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId", "LanguageMaps": { "AreaPath": "Area", "IterationPath": "Iteration" }, "ProductVersion": "OnPremises" }, "Target": { "EndpointType": "TfsTeamProjectEndpoint", "Collection": "https://dev.azure.com/ABB-ABC-XYZ/", "Project": "XYZ", "Authentication": { "AuthenticationMode": "Prompt", "NetworkCredentials": { "Domain": "", "UserName": "", "Password": "***" }, "AccessToken": "***" }, "ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId", "LanguageMaps": { "AreaPath": "Area", "IterationPath": "Iteration" }, "ProductVersion": "OnPremises" } }, "Processors": [ { "ProcessorType": "TfsWorkItemMigrationProcessor", "Enabled": false, "WIQLQuery": "SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = @TeamProject AND [System.WorkItemType] NOT IN ('Test Suite','Test Plan','Shared Steps','Shared Parameter','Feedback Request') ORDER BY [System.ChangedDate] DESC", "FixHtmlAttachmentLinks": true, "WorkItemCreateRetryLimit": 5, "FilterWorkItemsThatAlreadyExistInTarget": true, "GenerateMigrationComment": true, "SourceName": "Source", "TargetName": "Target", "AreaMaps": { "^SMOM": "PMC" }, "IterationMaps": { "^SMOM": "PMC" } }, { "ProcessorType": "TfsTestPlansAndSuitesMigrationProcessorOptions", "Enabled": true, "OnlyElementsWithTag": "", "TestPlanQuery": "", "RemoveAllLinks": true, "MigrationDelay": 0, "RemoveInvalidTestSuiteLinks": false, "FilterCompleted": false, "SourceName": "Source", "TargetName": "Target" } ] } }Relevant log output
What happened?
A bug happened! I have tried with multiple versions as well as the latest versions, But always got this error
Debug in Visual Studio
Beta Was this translation helpful? Give feedback.
All reactions