在 Azure Devops 2019 中导出工作项定义失败
Exporting work item definition fails in Azure Devops 2019
当我尝试在 Azure DevOps 2019 中导出工作项 witadmin 时出现以下错误
witadmin exportwitd /collection:<URL to team project> /p:AutoRI /n:Bug /f:<PathToExportedxml>\exported1.xml
The feature is disabled. Contact your Azure DevOps Server
administrator. Process Id: 6483e73b-0c68-416d-88d8-9aff672828c7,
Project Id: ceec55cd-a350-499f-82e2-47245c379a05
我是项目的管理员,我有必要的权限。
有人可以告诉我如何启用该功能吗?没有关于此问题的文档。
我的权限如图:
如果您尝试从具有继承进程的集合中导出,则可能会出现此错误。我检查了我的 azure devops 服务器:
- 具有 xml 个进程的第一个集合:waitadmin 导出 wi 定义
- 具有继承进程的第二个集合:同样的错误
这与基本敏捷或自定义无关,实际上它与您使用的流程模型有关。
如witAdmin command line reference中明确声明:
With witadmin, you can modify XML definition files to support the
On-premises XML process model. For an overview of process models and
what is supported, see Customize your work tracking experience.
要自定义继承的流程,您只需在 Web 门户中进行即可。不需要也不能使用 witadmin 命令导出工作项。
更多详情,请在此处查看我们的官方tutorial。
希望这是清楚的。
当我尝试在 Azure DevOps 2019 中导出工作项 witadmin 时出现以下错误
witadmin exportwitd /collection:<URL to team project> /p:AutoRI /n:Bug /f:<PathToExportedxml>\exported1.xml
The feature is disabled. Contact your Azure DevOps Server administrator. Process Id: 6483e73b-0c68-416d-88d8-9aff672828c7, Project Id: ceec55cd-a350-499f-82e2-47245c379a05
我是项目的管理员,我有必要的权限。
有人可以告诉我如何启用该功能吗?没有关于此问题的文档。
我的权限如图:
如果您尝试从具有继承进程的集合中导出,则可能会出现此错误。我检查了我的 azure devops 服务器:
- 具有 xml 个进程的第一个集合:waitadmin 导出 wi 定义
- 具有继承进程的第二个集合:同样的错误
这与基本敏捷或自定义无关,实际上它与您使用的流程模型有关。
如witAdmin command line reference中明确声明:
With witadmin, you can modify XML definition files to support the On-premises XML process model. For an overview of process models and what is supported, see Customize your work tracking experience.
要自定义继承的流程,您只需在 Web 门户中进行即可。不需要也不能使用 witadmin 命令导出工作项。
更多详情,请在此处查看我们的官方tutorial。
希望这是清楚的。