Replies: 2 comments 11 replies
-
|
I'm pretty sure that you will need to debug in VS to see what the issue is. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Beta Was this translation helpful? Give feedback.
2 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.
-
I am running the following Json but it fails with the log further down i re run and it passes this one and goes onto the next one so i could re-run all year to get all items acros but not sure if there is a better way
Any help appriciated
Thanks
Jon
{ "Serilog": { "MinimumLevel": "Debug" }, "MigrationTools": { "Version": "16.1", "Endpoints": { "Source": { {hidden} } }, "Target": { {hidden} }, "ReflectedWorkItemIdField": "Custom.ReflectedWorkItemId" } }, "Processors": [ { "SourceName": "Source", "ProcessorType": "TfsTestVariablesMigrationProcessor", "TargetName": "Target", "Enabled": true, "Processor": "TestVariablesMigrationContext" }, { "SourceName": "Source", "ProcessorType": "TfsTestConfigurationsMigrationProcessor", "TargetName": "Target", "Enabled": true }, { "TargetName": "Target", "Enabled": true, "MigrationDelay": 0, "ProcessorType": "TfsTestPlansAndSuitesMigrationProcessor", "RemoveAllLinks": false, "TestPlanQuery": "[System.AreaPath] Under 'APD SCRUM\\Contact Management\\Cortex'", "FilterCompleted": false, "SourceName": "Source", "RemoveInvalidTestSuiteLinks": false, "OnlyElementsWithTag": "" } ], "FieldMappingTool": { "Enabled": true, "FieldMaps": [ { "FieldMapType": "FieldToFieldMap", "sourceField": "Custom.CustomerCortex", "targetField": "Custom.Customer", "defaultValue": "", "ApplyTo": [ "*" ] }, { "FieldMapType": "FieldToFieldMap", "sourceField": "Custom.Issue_Type", "targetField": "Custom.IssueType", "defaultValue": "", "ApplyTo": [ "*" ] } ] }, "TfsUserMappingTool": { "Enabled": true, "UserMappingFile": "C:\\temp\\exportedUsers2.json", "SkipValidateAllUsersExistOrAreMapped": true, "MatchUsersByEmail": false, "IdentityFieldsToCheck": [ "System.AssignedTo", "System.ChangedBy", "System.CreatedBy", "Microsoft.VSTS.Common.ActivatedBy", "Microsoft.VSTS.Common.ResolvedBy", "Microsoft.VSTS.Common.ClosedBy" ] }, "TfsNodeStructureTool": { "Areas": { "Mappings": [ { "Match": "^Work Request Triage$", "Replacement": "APD SCRUM\\Contact Management\\Cortex" } ] }, "Enabled": true, "Iterations": { "Mappings": [ { "Match": "^Work Request Triage$", "Replacement": "APD SCRUM\\Cortex" } ] }, "ReplicateAllExistingNodes": true, "ShouldCreateMissingRevisionPaths": true } } }Beta Was this translation helpful? Give feedback.
All reactions