我尝试将测试用例和共享步骤从 TFS 迁移到 Azure,但无法创建 ReflectedWorkItemId 字段。
我正在使用 Azure Devops 迁移工具将测试用例和共享步骤从 TFS 迁移到 Azure,但无法在 Azure 中创建 ReflectedWorkItemId 字段,并且要运行 Azure Devops 迁移工具,需要此字段。有人可以帮助我吗?
[15:00:14 INF] [16.0.2] Validating::Check all Target Work Items have the RefectedWorkItemId field
[15:00:14 WRN] [16.0.2] ValidatingRequiredField: Shared Steps does not contain Custom.ReflectedWorkItemId
[15:00:14 ERR] [16.0.2] Not all work items in scope contain a valid ReflectedWorkItemId Field!
Microsoft.TeamFoundation.WorkItemTracking.Client.InvalidFieldValueException: Not all work items in scope contain a valid ReflectedWorkItemId Field!
为了存储迁移的状态,您需要使用
custom field
,需要将 ReflectedWorkItemId
字段添加到 Target only
。
在 Azure DevOps 上,请:
指南创建一个名为
custom field
类型为 ReflectedWorkItemId
的 Text (single line)
。all work item types
(例如Bug、用户故事、任务、测试用例等)详情请参阅同类型门票:
https://github.com/nkdAgility/azure-devops-migration-tools/discussions/2245
如果您无法在 azure devops 上添加自定义字段,请请有权限的其他人(项目集合管理员组的成员)根据需要创建该字段。