I am very new to using SCRUM in VisualStudio.com and I need to create a Burndown Chart of only certain Tasks. (for example a burndown of only the Developmente tasks or only the tasks that assigned to Developer A and B)
To try to achieve this I created a Query
that produces a Flat List of Work Items
and tried to creat a Chart
based on that Query
, but none of the type of chars seem to match what I need,
This are the type of charts that are available to be created Pie, Bar, Column, Stacked Bar
and Pivot Table
and try all of them but did not find anything that resemebles a Burndown Chart
Can please someone let me know if this can be done and point me out how to achieve it.