admin管理员组文章数量:1356908
I'm using Azure DevOps Migration Tools to migrate Work Items between two Azure DevOps projects, but I'm encountering the following error during migration:
[16.1.0] NodeStructureEnricher.NodePathNotAnchoredException(abc, Area) [16.1.0] NodeStructureEnricher.NodePathNotAnchoredException(abc\PI 03, Iteration) I have tried the following solutions, but the issue persists: ✅ Verified that the Area Path & Iteration Path exist in the target project ✅ Adjusted AreaMaps & IterationMaps in the config to ensure correct mapping ✅ Ran TfsNodeStructureTool separately, but it still reports the error ✅ Updated the tool to the latest version
Here’s my configuration:
"AreaMaps": {
"^abc$": "VSA\abc",
"^abc\\(.+)": "abc\Levvia\\$1"
},
"IterationMaps": {
"^abc$": "VSA\abc",
"^abc\\(.+)": "VSA\abc\\$1"
}
I have retried multiple times with no success. Has anyone else encountered this issue? Could this be a bug?
Thanks in advance!
本文标签:
版权声明:本文标题:azure - It is NOT possible to migrate a work item if the Area or Iteration path does not exist on the target project - Stack Ove 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743960923a2569012.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论