如何从 Azure DevOps 在 Microsoft excel 中打开工作项查询结果?

How to open work item query result in microsoft excel from Azure DevOps?

您好,我正在尝试在 Microsoft excel 中打开工作项查询结果,但出现错误 "TF208093 you cannot use work item query to generate reports in excel on this server because it is not configured for reporting"

以下是我执行的步骤

1. Installed excel extension from marketplace on Azure DevOps
2. Installed Visual Studio 2017
3. Installed Team Foundation Server Integration 2017

我使用以下过程通过 excel 扩展测试了 "open work item query result in microsoft excel":

  1. 在为我的组织安装 Excel 扩展后,在查询结果中单击“在 Excel 中打开”:

  1. 点击弹出对话框中的“打开TfsProtocolHandler.exe”按钮

  1. 现在我们可以在Excel中看到它自动打开了:

我的过程和你的唯一区别是我没有安装 Team Foundation Server Integration 2017(我的电脑上有 Visual Studio 2017),你可以试试把它卸载掉再做一遍看看能不能解决问题。

您的错误与生成报告时的错误非常相似。 Azure DevOps 服务不支持报表:

尝试直接从 Excel:

打开您的查询

Visual Studio 2019 似乎没有安装所需的组件(可能仅在某些工作负载下?)。

不管有没有VS 2019,这个下载应该可以解决问题:https://visualstudio.microsoft.com/downloads/#azure-devops-office-integration-2019

注意:这不是问题的直接答案,因为提问者确实有 TfsProtocolHandler.exe,而这个答案是对“当我点击 'Open in Excel' 时什么也没有发生”的修复