如何在共享步骤中创建 ReflectedWorkItemId 字段?

问题描述 投票:0回答:1

我尝试将测试用例和共享步骤从 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!
azure azure-devops tfs azure-devops-migration-tools
1个回答
0
投票

为了存储迁移的状态,您需要使用

custom field
,需要将
ReflectedWorkItemId
字段添加到
Target only

在 Azure DevOps 上,请:

  1. 按照此
    指南
    创建一个名为
    custom field
    类型为
    ReflectedWorkItemId
    Text (single line)
  2. 将此自定义字段添加到要迁移的
    all work item types
    (例如Bug、用户故事、任务、测试用例等)

详情请参阅同类型门票:

https://github.com/nkdAgility/azure-devops-migration-tools/discussions/2245

如果您无法在 azure devops 上添加自定义字段,请请有权限的其他人(项目集合管理员组的成员)根据需要创建该字段。

© www.soinside.com 2019 - 2024. All rights reserved.