I want to migrate specific test cases from the source to specific test suites to the Target. Please help! #2658
Theophelus
started this conversation in
General
Replies: 0 comments
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.
-
{
"Serilog": {
"MinimumLevel": "Information"
},
"MigrationTools": {
"Version": "16.0",
"Endpoints": {
"Source": {
"EndpointType": "TfsTeamProjectEndpoint",
"Collection": "xxxxxxxxxxxxx",
"Project": "xxxxxxxxxxxx",
"Authentication": {
"AuthenticationMode": "Prompt",
"NetworkCredentials": {
"Domain": "",
"UserName": "",
"Password": "** removed as a secret *"
},
"AccessToken": " removed as a secret *"
},
"ReflectedWorkItemIdField": "Custom.ReflectedWorkItem",
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
}
},
"Target": {
"EndpointType": "TfsTeamProjectEndpoint",
"Collection": "xxxxxxxxxxxxxxxxxxxxxx",
"Project": "xxxxxxxxxxxxxxxxxxxx",
"Authentication": {
"AuthenticationMode": "Prompt",
"NetworkCredentials": {
"Domain": "",
"UserName": "",
"Password": " removed as a secret *"
},
"AccessToken": " removed as a secret ***"
},
"ReflectedWorkItemIdField": "Custom.ReflectedWorkItem",
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
}
}
},
"Processors": [
{
"ProcessorType": "TfsWorkItemMigrationProcessor",
"Enabled": true,
"WIQLQuery": "SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = @teamproject AND [System.WorkItemType] = 'Test Case' AND [System.Id] = 126",
"FixHtmlAttachmentLinks": true,
"WorkItemCreateRetryLimit": 5,
"FilterWorkItemsThatAlreadyExistInTarget": false,
"GenerateMigrationComment": true,
"SourceName": "Source",
"TargetName": "Target"
},
]
}
}
Beta Was this translation helpful? Give feedback.
All reactions