【发布时间】:2015-09-17 19:01:14
【问题描述】:
如何在已完成工作字段中实现自动累积工时?我尝试使用聚合器插件,但它不适合我。我需要总结剩余工作中的所有变化。
我使用了敏捷模板,VS 2013 和 TFS 2013.4
<!--Sum all remaining work -->
<AggregatorItem operationType="Numeric" operation="Sum" linkType="Self" linkLevel="1" workItemType="Task">
<TargetItem name="CompletedWork"/>
<SourceItem name="RemainingWork"/>
</AggregatorItem>
你能帮帮我吗?
【问题讨论】:
标签: tfs agile tfs-workitem agile-processes