Velocity Chart in Rally [closed]

徘徊边缘 提交于 2019-12-02 15:40:47

问题


I am working on a project to pull out data from rally and create a velocity chart.

I understand the REST Web Service APIs to use are Defects, Iteration, Hierarchical requirement and Iteration cumulative flow data.

How are the calculations are done to calculate the velocity per iteration for a particular project?

What data is required and how can it be achieved? Right now I'm able to pull plan estimate of all accepted user stories and total plan estimate.


回答1:


I wrote an app recently to calculate velocity. I used the story points of all accepted stories/defects in a time period (iteration/release). My numbers ended up matching what Rally had for my velocity, so I believe that is all it takes.



来源:https://stackoverflow.com/questions/18104696/velocity-chart-in-rally

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