8

Is there a way in Visual Studio Team Services (online) to set the burn down chart to reflect story points rather than task hours?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
ingep
  • 187
  • 1
  • 2
  • 10

2 Answers2

5

We don't have that capability yet. There is a User Voice suggestion that is tracking your suggestion.

Update: this is implemented. Configure a Burndown or Burnup widget

slugster
  • 49,403
  • 14
  • 95
  • 145
Ewald Hofman
  • 12,688
  • 3
  • 39
  • 44
  • Does this widget still exist? When I try to add it to my dashboard, it doesn't appear in the list of available widgets. – Jon Crowell Apr 10 '19 at 15:44
1
  1. Add the Analytics extension:https://marketplace.visualstudio.com/items?itemName=ms.vss-analytics
  2. Edit your dashboard
  3. Add the Burndown widget (not the Sprint Burndown widget) enter image description here
  4. Configure the widget to show the Sum of Story Points: https://learn.microsoft.com/en-us/azure/devops/report/dashboards/configure-burndown-burnup-widgets?view=azure-devops
Jon Crowell
  • 21,695
  • 14
  • 89
  • 110