-
|
Using the "WorkItemMigrationConfig" to copy Test Cases does not keep any relation links of type Tests. Here is my config |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Links are migrated for all work items in scope for the migration. If If |
Beta Was this translation helpful? Give feedback.
Links are migrated for all work items in scope for the migration.
If
TestCaseAtestsProductBacklogItemAthen whenTestCaseAis migrated it will not create any links becauseProductBacklogItemAdoes not yet exist. WhenProductBacklogItemAis migrated theTestedBylink will be added back toTestCaseA.If
TestCaseBis not migrated and it also testsProductBacklogItemAthen that link will not be added or created asTestCaseBdoes not exist in the target project. If both the Target and the Source are in the same collection/organisation then you can setAllowCrossProjectLinkingtotrueand have the links re-added when the right-hand-side of the link is in another project.