Cannot migrate dynamic test suites if one field from the query does not exist in the targeted system. #1443
-
Describe your issue:We are trying to migrate all test plans and test suites from one to another ADO instance and when we try to migrate it fails. The error given is because on field does not exist in the new ADO and I can't find a proper way to map this field to be replaced when this test suite is created. Describe any Exceptions:AllocateScrum.StatusofAutomation does not exist in the new system and we need to map it with RLD Automation Status. What I did: Error: Source Details
Target Details
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Correct the query must be valid on both the source and the target. You can use |
Beta Was this translation helpful? Give feedback.
Correct the query must be valid on both the source and the target.
You can use
OnlyElementsWithTag
to filter for specific plans in the source.