恢复开箱过程

Restore Out the Box Process

我正在从 TFS 2015 迁移到云中的 Azure DevOps。 按照迁移指南,我完成了以下操作:

TFS 2015 -> TFS 2018 -> DevOps 2020。

当 运行 Migrator 工具出现错误时。 OTB过程中有错误。

如果我不关心流程中所做的更改,是否有一种简单的方法可以进入 OTB 流程?

TryMatchOobProcesses.log 文件中的流程验证错误会阻止您的项目 从登陆继承的流程模型(OTB流程)。但是您不必修复这些错误。他们不会阻止您进行导入。并且您的所有自定义设置都将导入到托管 XML 流程模型中。

请参阅以下摘自 Process template validation

If the project was created with the Agile, Scrum, or CMMI process template, and was never customized, the project will use the Inheritance process model. In all other cases, the data migration tool considers the project as customized, and the project will use the Hosted XML process model.

TryMatchOobProcesses.log - Lists for each project the target process model - Inheritance or Hosted XML. For projects that are set to target the Hosted XML process model, it explains why they are considered to be customized. You don't have to fix these errors, but they give you guidance what to do in case you want to migrate into the Inheritance process model

现在 DevOps 2020 服务支持 Moving from Hosted XML Process to Inherited Process。迁移到Inherited Process时需要注意的事项请参考以下官方文档。

因此根据文档和 Migration Guide(第 33 页),您可以只导入流程而无需修复 TryMatchOobProcesses.log 中的流程验证错误。之后进程导入到Hosted XML 进程。然后就可以改成Inheritance流程了。