如何配置TFS燃尽图为工作点而不是工作时间? [英] How to configure TFS burndown chart to be for effort points not task hours?

查看:245
本文介绍了如何配置TFS燃尽图为工作点而不是工作时间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的问题很简单,希望答案也是如此.

My question is really simple, hopefully the answer will be too.

你们都知道在线TFS中的任务消耗,对吗?这是一个例子

You all know the task burndown in TFS online right ? Here's an example

显然,y轴是任务的剩余时间.我想将其更改为产品待办事项和错误的其余工作点.

Obviously, the y-axis is the remaining hours of tasks. I want to change that to be the remaining effort points of Product Backlog Items and Bugs.

我可以这样做吗?如果是这样,怎么办?

Can I do that ? If so, How ?

推荐答案

是.您必须在过程模板(位于报告"文件夹中)中编辑"Sprint Burndown.rdl"文件.特别是,您必须更改此字段:

Yes. You have to edit the "Sprint Burndown.rdl" file in your process template (it's in the reports folder). Particularly, you have to change this field:

<Field Name="Remaining_Work">
      <DataField>&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Microsoft_VSTS_Scheduling_RemainingWork]" /&gt;</DataField>
      <rd:TypeName>System.Int32</rd:TypeName>
</Field>

引用努力点字段.这不是您要对该文件进行操作才能进行的唯一更改(还需要更改SELECT语句中的MEASURE),但这至少应该使您入门.

To reference the effort point field. This isn't the only change that you'll need to make to that file to get this to work (the MEASURE in the SELECT statement also needs to be altered), but that should at least get you started.

这篇关于如何配置TFS燃尽图为工作点而不是工作时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆