-
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
TestCaseA
testsProductBacklogItemA
then whenTestCaseA
is migrated it will not create any links becauseProductBacklogItemA
does not yet exist. WhenProductBacklogItemA
is migrated theTestedBy
link will be added back toTestCaseA
.If
TestCaseB
is not migrated and it also testsProductBacklogItemA
then that link will not be added or created asTestCaseB
does not exist in the target project. If both the Target and the Source are in the same collection/organisation then you can setAllowCrossProjectLinking
totrue
and have the links re-added when the right-hand-side of the link is in another project.