最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin2浏览0评论

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!

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论