Questions tagged [burndowncharts]

A burn down chart is a graphical representation of work left to do versus time.

A burn down chart is a graphical representation of work left to do versus time. The outstanding work (or backlog) is often on the vertical axis, with time along the horizontal. That is, it is a run chart of outstanding work. It is useful for predicting when all of the work will be completed. It is often used in agile software development methodologies such as Scrum. However, burn down charts can be applied to any project containing measurable progress over time.

84 questions
17
votes
1 answer

Burndown chart shows no data in TFS

I have on my project many PBIs and each PBI has tasks with remaining work filled in. I have finished some of my tasks, others are not started and others are in progress. However, the burndown chart is not showing anything. Not sure exactly what I am…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
11
votes
4 answers

Specific examples of Agile documentation?

In an answer to the question Documents for a project?, Chris Ballance replied that "User Stories" and a "burndown chart" are the two most useful types of project documentation for a developer. My question is, do you know of any good example[s],…
ChrisW
  • 54,973
  • 13
  • 116
  • 224
11
votes
1 answer

How to configure TFS burndown chart to be for effort points not task hours?

My question is really simple, hopefully the answer will be too. You all know the task burndown in TFS online right ? Here's an example Obviously, the y-axis is the remaining hours of tasks. I want to change that to be the remaining effort points of…
Mohamed Heiba
  • 1,813
  • 4
  • 38
  • 67
11
votes
4 answers

Is there easy way in python to extrapolate data points to the future?

I have a simple numpy array, for every date there is a data point. Something like this: >>> import numpy as np >>> from datetime import date >>> from datetime import date >>> x = np.array( [(date(2008,3,5), 4800 ), (date(2008,3,15), 4000 ),…
maplpro
  • 356
  • 1
  • 3
  • 11
8
votes
9 answers

Scrum Burn Down Charts: Tasks or Stories?

There are several ways to do burn down charts in Scrum. Some people suggest using the story points of unfinished stories left as your burn down charts in Scrum. Pro: Only finished stories lower the chart Contra: Chart doesn't move down in the…
Stephan Schmidt
  • 129
  • 2
  • 4
8
votes
2 answers

How to configure VSTS burn down chart to reflect story points

Is there a way in Visual Studio Team Services (online) to set the burn down chart to reflect story points rather than task hours?
ingep
  • 187
  • 1
  • 2
  • 10
6
votes
2 answers

Create a burndown chart for a single Team Member in Azure Devops

I love Azure DevOps and burndown charts even more, I really do. So much that I am trying to substitute the legacy Excel Spreadsheet with DevOps. While the default burndown chart takes into account all the members of a team, I'd need to get one for…
Ing. Luca Stucchi
  • 3,070
  • 6
  • 36
  • 58
6
votes
1 answer

How to include sub tasks in Greenhopper burndown chart calculation?

We are currently using the burndown chart in Greenhopper in "Issue Count" mode. At the moment only the standard issue types (bugs, tasks, stories) are considered in calculating the burndown. Question: Is there an option to consider also sub-tasks…
user2083855
  • 61
  • 1
  • 2
4
votes
1 answer

Tuleap - Cannot display Stories' Remaining effort on Sprint's burndown charts

I recently started using Tuleap to manage a college project. I have it hosted on https://tuleap-campus.org Given I started my project a month and a half ago, I had to create a release, Epics, Stories, Sprints, Tasks for the past sprints... and I did…
4
votes
7 answers

Scrum burn down charts, can they go negative?

I work on a small Agile development team which is part of a large, non-agile thinking corporation. Currently, we practise Scrum and occasionally, we exceed our sprint commitment. My question is, how do you handle burn down charts when you have…
AaronThomson
  • 763
  • 8
  • 19
3
votes
1 answer

Burndown chart for TFS with Ideal trend starting at max(remaining hours) and not first date(remaining hours)

We use the MSF Agile 5.0 process template in TFS. I wonder if anyone has tweaked the Burndown chart so the Ideal trend would get it's height from the highest point the Remaining work has reached and not the value remaining work has at day 1 of the…
Mathias Rönnlund
  • 4,078
  • 7
  • 43
  • 96
3
votes
1 answer

Burndown chart not showing on taskboard header in Azure DevOps

In the past few days our company is experiencing a problem with the burndown chart which is part of the task board header. Currently we can not see any data for the current sprint. enter image description here This is valid for the previous sprints…
3
votes
4 answers

Dynamics of burn down charts in Scrum

I have a question about how dynamic the Y axis of a burn down chart in Scrum should be. We plot the chart in the beginning of a sprint having the total number of estimated story points on the Y axis, and the planned days on the X axis. Usually,…
mb3_48900
  • 167
  • 1
  • 10
3
votes
1 answer

How can I configure the TFS 2012 burndown chart to track bugs?

Based on this answer the model for the TFS 11 burndown chart is for tasks that a children to stories. How can I display a burndown chart of the currently opened bugs during a sprint without having to create subordinate work items for them?
StuperUser
  • 10,555
  • 13
  • 78
  • 137
2
votes
1 answer

Can we perform capacity planning in Azure Devops board based on Story points entered on User Stories instead on hours entered in Task?

I want to know whether I can perform capacity planning based on story points entered in User Stories and not based on hours entered in Task. This way I don't have to define hours in task. I will just enter task under each User Story and leave the…
1
2 3 4 5 6