How to see the percentage of complete work in current iteration in TFS?

纵饮孤独 提交于 2019-12-10 18:33:43

问题


We need to display a chart that displays the pecentage of completed work for several projects in some project collection, lets say, the well known DefualtCollection. So if for example we have 3 projects in the collection, projects 1, 2 and 3, and project 1 has completed 30% of its tasks, 2 has completed 57%, and 3 has completed 20% of its tasks, I want to the chart to display something like this:

Each project has its own area path. How can we achive this?


回答1:


You could use excel report based on the warehouse in TFS. The reporting warehouse is a traditional data warehouse that consists of a relational database and an Analysis Services database.

More details please refer: Manage the data warehouse and analysis services cube



来源:https://stackoverflow.com/questions/43866680/how-to-see-the-percentage-of-complete-work-in-current-iteration-in-tfs

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