I use the dashboard in Azure DevOps, and there is a pre-made widget there named Sprint Burndown. The number in the top middle of that chart says Average Burndown. How is that calculated?
I have three developers working for me in a project. Let's say:
Dev A estimates a task to 10 hours, and writes 6 in "completed" in a task at the end of the day. Dev B estimates a task to 4 hours, but in reality it actually took 6, so he writes 6 in completed. Dev C estimates a task to 7, but he managed to complete it in 6, so he too writes 6 in completed.
The completed hours add up to 18. Is it only the numbers "completed hours" that are counted in a calculation of the "average burndown"? Does estimated and remaining enter into it at all?
Does anybody know the exact formula?