标签: vsts-sync-migrator

迁移 Azure DevOps 数据时如何解析 ReflectedWorkItemId 的 TF51005?

我正在尝试将项目从一个组织项目迁移到另一个项目。\n从源 Azure Devops 项目到目标 DEvops 项目。

\n

ReflectedWorkItemIDFieldName 应该是什么?

\n

我尝试将其更改为:

\n
Custom.ReflectedWorkItemId\nReflectedWorkItemId\nProcessName.ReflectedWorkItemId\nGlobalWit.ReflectedWorkItemId\n
Run Code Online (Sandbox Code Playgroud)\n

但这没有帮助。请帮我

\n

错误

\n
Microsoft.TeamFoundation.WorkItemTracking.Client.ValidationException: TF51005: The query references a field that does not exist. The error is caused by \xc2\xab[Custom.ReflectedWorkItemId]\xc2\xbb\n
Run Code Online (Sandbox Code Playgroud)\n

===

\n

我的配置文件

\n
"Source": {\n"Collection": "https://dev.azure.com/somegDevOps/",\n"Project": "ContosoAir",\n"ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId",\n"AllowCrossProjectLinking": false,\n"PersonalAccessToken": "Intentionally removed"\n},\n"Target": {\n"Collection": "https://dev.azure.com/ITIDEVOPSTEAM/",\n"Project": "ContosoAir-Migrated",\n"ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId",\n"AllowCrossProjectLinking": false,\n"PersonalAccessToken": "Intentionally removed"\n},\n
Run Code Online (Sandbox Code Playgroud)\n

azure-devops vsts-sync-migrator azure-devops-server azure-devops-migration-tools

4
推荐指数
1
解决办法
2668
查看次数