将一些工作项字段映射到评论

Mapping some work item fields to Comments

我正在尝试将工作项从 OnPrem TFS 服务器 2017 移动到 Azure DevOps 服务。我使用 VSTS Sync Migrator,这个工具非常有用。

我的问题:是否有任何方法可以将某些字段从 OnPrem 服务器映射到评论部分?我有几个不适合 Azure DevOps Services 字段的字段列表,但仍希望在 Azure DevOps 中提供此数据。

我看到 Comments/discussion 部分不是 Azure DevOps 中的字段。有什么想法吗?

评论字段实际上在那里,并且是“System.History”,但是这可能不是放置它的最佳位置。

有一个选项可以让该工具创建一个包含所有字段的 JSON 并附加它,或者将一个 table 添加到包含所有字段值的评论部分。

Work item migration Documentation

Param: BuildFieldTable

Type: Bool

Description: Add in the original field to value table in a history comment. So if you lost information with the field mapping you are on the save side without data lost.

您需要尝试各种选项以了解适合的选项。