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

enter image description here

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>&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> 

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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -