Replies: 1 comment 1 reply
-
Have you tried using below mapping "TfsNodeStructureTool": { |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have 2 projects to migrate and we are starting with one. We have some work items that have been moved from one project to the other and because we havent migrated the other project, we are getting the unknown area / unknown iteration error.
We are migrating the 'Archestra' project and we have work items that have a history of previously being in the CLR project.
We tried adding in mapping but no luck - see attached for config
configuration1_test.json
ERROR:
[17:32:42 INF] [16.0.3] Validating::Check all Target Work Items have the RefectedWorkItemId field
[17:32:42 INF] [16.0.3] Validating::Check that all work item types needed in the Target exist or are mapped
[17:32:42 INF] [16.0.3] Validating::Check that all Area & Iteration paths from Source have a valid mapping on Target
[17:32:42 WRN] [16.0.3] NodeStructureEnricher.NodePathNotAnchoredException(CCP1_CLR, Area)
[17:32:43 WRN] [16.0.3] NodeStructureEnricher.NodePathNotAnchoredException(CCP1_CLR\Iteration 4 April 24, Iteration)
[17:32:43 WRN] [16.0.3] NodeStructureEnricher.NodePathNotAnchoredException(CCP1_CLR\Iteration 5 May 24, Iteration)
[17:32:43 WRN] [16.0.3] NodeStructureEnricher.NodePathNotAnchoredException(CCP1_CLR\Iteration 6 June 24, Iteration)
[17:32:43 WRN] [16.0.3] !! There are MISSING Area or Iteration Paths
[17:32:43 WRN] [16.0.3] NOTE: It is NOT possible to migrate a work item if the Area or Iteration path does not exist on the target project. This is because the work item will be created with the same Area and Iteration path as the
source work item with the project name swapped. The work item will not be created if the path does not exist. The only way to resolve this is to follow the instructions:
[17:32:43 WRN] [16.0.3] !! There are 4 Nodes (Area or Iteration) found in the history of the Source that are missing from the Target! These MUST be added or mapped before we can continue using the instructions on https://nkdagilit
y.com/learn/azure-devops-migration-tools//Reference/v2/ProcessorEnrichers/TfsNodeStructureTool/#iteration-maps-and-area-maps
[17:32:43 WRN] [16.0.3] MISSING Area: sourcePath=CCP1_CLR, targetPath=null, anchored=False, IDs=557,630,673,530
[17:32:43 WRN] [16.0.3] MISSING Iteration: sourcePath=CCP1_CLR\Iteration 4 April 24, targetPath=null, anchored=False, IDs=557,530
[17:32:43 WRN] [16.0.3] MISSING Iteration: sourcePath=CCP1_CLR\Iteration 5 May 24, targetPath=null, anchored=False, IDs=557,630,673,530
[17:32:43 WRN] [16.0.3] MISSING Iteration: sourcePath=CCP1_CLR\Iteration 6 June 24, targetPath=null, anchored=False, IDs=557,630,673,530
[17:32:43 ERR] [16.0.3] Missing Iterations in Target preventing progress, check log for list. To continue you MUST configure IterationMaps or AreaMaps that matches the missing paths..
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions