@@ -81,20 +81,20 @@ public static EngineConfiguration GetDefault()
8181 { "Product Backlog Item" , "Product Backlog Item" }
8282 } ;
8383 ec . Processors = new List < ITfsProcessingConfig > ( ) ;
84- ec . Processors . Add ( new WorkItemMigrationConfig ( ) { Disabled = true , QueryBit = @"AND [TfsMigrationTool.ReflectedWorkItemId] = '' AND [Microsoft.VSTS.Common.ClosedDate] = '' AND [System.WorkItemType] IN ('Shared Steps', 'Shared Parameter', 'Test Case', 'Requirement', 'Task', 'User Story', 'Bug')" } ) ;
85- ec . Processors . Add ( new WorkItemUpdateConfig ( ) { Disabled = true , QueryBit = @"AND [TfsMigrationTool.ReflectedWorkItemId] = '' AND [Microsoft.VSTS.Common.ClosedDate] = '' AND [System.WorkItemType] IN ('Shared Steps', 'Shared Parameter', 'Test Case', 'Requirement', 'Task', 'User Story', 'Bug')" } ) ;
86- ec . Processors . Add ( new NodeStructuresMigrationConfig ( ) { Disabled = true } ) ;
87- ec . Processors . Add ( new LinkMigrationConfig ( ) { Disabled = true } ) ;
88- ec . Processors . Add ( new WorkItemPostProcessingConfig ( ) { Disabled = true } ) ;
89- ec . Processors . Add ( new WorkItemDeleteConfig ( ) { Disabled = true } ) ;
90- ec . Processors . Add ( new AttachementExportMigrationConfig ( ) { Disabled = true , QueryBit = @"AND [System.AttachedFileCount] > 0" } ) ;
91- ec . Processors . Add ( new AttachementImportMigrationConfig ( ) { Disabled = true } ) ;
92- ec . Processors . Add ( new TestVeriablesMigrationConfig ( ) { Disabled = true } ) ;
93- ec . Processors . Add ( new TestConfigurationsMigrationConfig ( ) { Disabled = true } ) ;
94- ec . Processors . Add ( new TestPlansAndSuitsMigrationConfig ( ) { Disabled = true } ) ;
95- ec . Processors . Add ( new TestRunsMigrationConfig ( ) { Disabled = true } ) ;
96- ec . Processors . Add ( new ImportProfilePictureConfig ( ) { Disabled = true } ) ;
97- ec . Processors . Add ( new ExportProfilePictureFromADConfig ( ) { Disabled = true } ) ;
84+ ec . Processors . Add ( new WorkItemMigrationConfig ( ) { Enabled = false , UpdateCreatedBy = true , UpdateCreatedDate = true , UpdateSoureReflectedId = true , QueryBit = @"AND [TfsMigrationTool.ReflectedWorkItemId] = '' AND [Microsoft.VSTS.Common.ClosedDate] = '' AND [System.WorkItemType] IN ('Shared Steps', 'Shared Parameter', 'Test Case', 'Requirement', 'Task', 'User Story', 'Bug')" } ) ;
85+ ec . Processors . Add ( new WorkItemUpdateConfig ( ) { Enabled = false , QueryBit = @"AND [TfsMigrationTool.ReflectedWorkItemId] = '' AND [Microsoft.VSTS.Common.ClosedDate] = '' AND [System.WorkItemType] IN ('Shared Steps', 'Shared Parameter', 'Test Case', 'Requirement', 'Task', 'User Story', 'Bug')" } ) ;
86+ ec . Processors . Add ( new NodeStructuresMigrationConfig ( ) { Enabled = false } ) ;
87+ ec . Processors . Add ( new LinkMigrationConfig ( ) { Enabled = false } ) ;
88+ ec . Processors . Add ( new WorkItemPostProcessingConfig ( ) { Enabled = false } ) ;
89+ ec . Processors . Add ( new WorkItemDeleteConfig ( ) { Enabled = false } ) ;
90+ ec . Processors . Add ( new AttachementExportMigrationConfig ( ) { Enabled = false , QueryBit = @"AND [System.AttachedFileCount] > 0" } ) ;
91+ ec . Processors . Add ( new AttachementImportMigrationConfig ( ) { Enabled = false } ) ;
92+ ec . Processors . Add ( new TestVeriablesMigrationConfig ( ) { Enabled = false } ) ;
93+ ec . Processors . Add ( new TestConfigurationsMigrationConfig ( ) { Enabled = false } ) ;
94+ ec . Processors . Add ( new TestPlansAndSuitsMigrationConfig ( ) { Enabled = false } ) ;
95+ ec . Processors . Add ( new TestRunsMigrationConfig ( ) { Enabled = false } ) ;
96+ ec . Processors . Add ( new ImportProfilePictureConfig ( ) { Enabled = false } ) ;
97+ ec . Processors . Add ( new ExportProfilePictureFromADConfig ( ) { Enabled = false } ) ;
9898 return ec ;
9999 }
100100
0 commit comments