How to create a tabular report from Azure DevOps that includes work item description?

六月ゝ 毕业季﹏ 提交于 2020-01-03 03:20:10

问题


We are trying to use PowerBi to build tabular reports from data in Azure DevOps. In this report, we want to display the description field in one of the table's columns. ADO stores the description as HTML. Neither PowerBI or Excel can render this content, but instead show the markup code. I've also looked at pulling this into python and using Dash with no luck.

There is an extension for ADO that renders html, but it displays a single record and doesn't work as a table cell renderer.

The output I'm looking for is very simple. It is a table (preferably in PowerBI or some other dashboarding tool) that has columns for work item title and description. The description column shows the rendered HTML code as it is displayed in ADO.


回答1:


How to create a tabular report from Azure DevOps that includes work item description?

For this issue, I am afraid this demand is impossible to achieve. It is clearly stated in the document that Description field cannot be used to generate a report.Excel also does not support generating reports on this field.

For details,please refer to this docs. Hope this helps.



来源:https://stackoverflow.com/questions/57067037/how-to-create-a-tabular-report-from-azure-devops-that-includes-work-item-descrip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!