0

I'm having trouble to migrate WI, that already have been migreted inside the organization between projetcs. Acordding de debug, the sistem is gatting informations from area path and interacion path from when the WI has been created, no from it's atual stauts.

Error:

ERR] System.InvalidOperationException: This path is not anchored in the source project name: OldTeamProjet\Iteraction1\iteraction2 at MigrationTools.Enrichers.TfsNodeStructure.GetNewNodeName(String sourceNodePath, TfsNodeStructureType nodeStructureType) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\ProcessorEnrichers\TfsNodeStructure.cs:line 99 at VstsSyncMigrator.Engine.WorkItemMigrationContext.PopulateWorkItem(WorkItemData oldWi, WorkItemData newwit, String destType) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 383 at VstsSyncMigrator.Engine.WorkItemMigrationContext.ReplayRevisions(List`1 revisionsToMigrate, WorkItemData sourceWorkItem, WorkItemData targetWorkItem) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 617

the area path should be is SoucerProject/IteractionA

the same is happening in the Iteraction path, is getting a path from creation.

1 Answers1

0

Is this because you have the ReplayRevisions set to true, and it is replaying all the revisions (including assignments to Area Paths and Iteration Paths)?

Kym Phillpotts
  • 149
  • 3
  • 11