如何在 sprint backlog 中显示 bug 的剩余工作
How to show the remaining work of a bug in the sprint backlog
在我们的 productbacklog 中,未显示错误工作项的剩余工作。它也没有总结为总剩余时间。
我已经检查了 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>
如果我创建查询,剩余工作会显示在结果中
对于如何在积压工作中显示该值并在工作详细信息中显示该值有何建议?
PS:我们以某种方式使用了 scrum 流程模板的修改版本。
提前致谢
垫子
我终于解决了这个问题……其实很简单。我会 post 我的解决方案,也许有人会觉得它有用。
您必须按如下方式更改 "Working with bugs" 设置:
然后信息在积压中显示正确。
更多信息:
https://www.visualstudio.com/en-us/docs/work/customize/show-bugs-on-backlog
在 sprint 期间,如果您选择 Bug 出现在有需求的积压工作和看板上,您可以看到完成每个需求或 bug 所需的剩余工作的汇总 .
作为替代方案,您可以选择Bug 出现在待办事项列表和带有任务的看板上。这样就可以看到Bug工作项的剩余工作了。
在我们的 productbacklog 中,未显示错误工作项的剩余工作。它也没有总结为总剩余时间。
我已经检查了 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>
如果我创建查询,剩余工作会显示在结果中
对于如何在积压工作中显示该值并在工作详细信息中显示该值有何建议?
PS:我们以某种方式使用了 scrum 流程模板的修改版本。
提前致谢 垫子
我终于解决了这个问题……其实很简单。我会 post 我的解决方案,也许有人会觉得它有用。
您必须按如下方式更改 "Working with bugs" 设置:
然后信息在积压中显示正确。
更多信息: https://www.visualstudio.com/en-us/docs/work/customize/show-bugs-on-backlog
在 sprint 期间,如果您选择 Bug 出现在有需求的积压工作和看板上,您可以看到完成每个需求或 bug 所需的剩余工作的汇总 .
作为替代方案,您可以选择Bug 出现在待办事项列表和带有任务的看板上。这样就可以看到Bug工作项的剩余工作了。