tfs2010 - How to configure TFS burndown chart to be for effort points not task hours? -
my question simple, answer too.
you know task burndown in tfs online right ? here's example
obviously, y-axis remaining hours of tasks. want change remaining effort points of product backlog items , bugs.
can ? if so, how ?
yes. have edit "sprint burndown.rdl" file in process template (it's in reports folder). particularly, have change field:
<field name="remaining_work"> <datafield><?xml version="1.0" encoding="utf-8"?><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]" /></datafield> <rd:typename>system.int32</rd:typename> </field>
to reference effort point field. isn't change you'll need make file work (the measure in select statement needs altered), should @ least started.
Comments
Post a Comment