Andy
Andy

Reputation: 129

Burndown chart TFS not displaying remaining work correctly

I have just created a SCRUM project inside TFS, created a new sprint and assigned the proper tasks to it.The problem that I have is with the burndown charts' Remaining Work. I mention that the sprint started today 31/10/2016 and it will finish sunday, 6/11/2016.

This is the picture that shows it.

enter image description here

Can someone please explain why the chart starts from 60 as remaining hours instead of 80? The sprint just started 40 min ago.

Upvotes: 0

Views: 2390

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51073

Both 60 and 80 is not on behalf of hours which means team's total capacity at the start of the sprint.

enter image description here

  • (1) Team's total capacity at the start of the sprint
  • (2) 0 Remaining Work at the end of the sprint.

Update

This is a normal phenomenon. For the remaining work, it will reduce the first working day's capacity.

If your today(10/31) did nothing, the actual graph, the blue area should start from 80 not 60. If your today(10/31) did 30 capticy,the blue area should start from 50.

enter image description here

For a test you can set start date from 11/5~ 11/13 which have 9 days and 5 working days. However the chart should still start from 11/7, the first working day.

enter image description here

Upvotes: 1

Related Questions