如何在sprint backlog中显示bug的剩余工作

时间:2016-09-16 11:49:11

标签: .net tfs tfs2015

在我们的productbacklog中,不会显示错误工作项的剩余工作。它也没有总结到整个剩余时间。

backlog_image

我已经检查了WIT的Bug,这对我来说似乎没问题。我假设TFS通过refname获取值?!

<FIELD name="Verbleibende Arbeit" refname="Microsoft.VSTS.Scheduling.RemainingWork" type="Double" reportable="measure" formula="sum">
    <HELPTEXT>An estimate of the number of units of work remaining to complete this task</HELPTEXT>
  </FIELD>
  <FIELD name="Ursprüngliche Schätzung" refname="Microsoft.VSTS.Scheduling.OriginalEstimate" type="Double" reportable="measure" formula="sum">
    <HELPTEXT>Initial value for Remaining Work - set once, when work begins</HELPTEXT>
  </FIELD>
  <FIELD name="Abgeschlossene Arbeit" refname="Microsoft.VSTS.Scheduling.CompletedWork" type="Double" reportable="measure" formula="sum">
    <HELPTEXT>The number of units of work that have been spent on this task</HELPTEXT>
  </FIELD>

如果我创建查询,结果中会显示剩余的工作 query_image

有关如何在待办事项中显示该值的任何建议,并且还显示在工作明细中?

PS:我们以某种方式使用scrum流程模板的修改版本。

提前致谢 垫

2 个答案:

答案 0 :(得分:0)

我终于解决了这个问题......实际上这很简单。我会发布我的解决方案,也许有人会发现它很有用。

您必须更改&#34;使用错误&#34;设置如下: enter image description here

然后在积压中显示正确的信息。

enter image description here

更多信息: https://www.visualstudio.com/en-us/docs/work/customize/show-bugs-on-backlog

答案 1 :(得分:0)

在冲刺期间,您可以看到完成每项要求或错误所需的剩余工作的汇总,如果您选择错误出现在积压和需要的主板上。

enter image description here

作为替代方案,您可以选择错误显示在积压和董事会上,其中包含任务。通过这种方式,您可以看到Bug工作项的剩余工作。