The burndowncharts tag has no wiki summary.
0
votes
2answers
40 views
Scrum - Do you burn down to the next Fibonacci number? [closed]
For our next Scrum project, we're going to change from estimating in hours to points for our stories and tasks (using the Fibonacci sequence). When you burn down the points, do you burn down to the ...
0
votes
2answers
56 views
How to open Sprint Burndown report in Visual Studio 12
When I use VS10 Sprint Burndown Report opens in VS.
Now I use VS12 and report opens in my default browser.
How could I open it in VS?
1
vote
1answer
98 views
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.
...
-2
votes
1answer
91 views
Why cant i see the burndown chart decline after I resolve sub-task that had story points in greenhopper?
We have subdivided a bigger story into some more sub-tasks. But if we close the sub tasks have no effect on the burndown chart which is demotivating. Any ideas how to resolve that?
0
votes
3answers
75 views
Burndown Chart not decreasing
I'm revising for a Software Engineering exam and one of the questions got me wondering.
It showed a burndown chart where the team had made no progress on user stories for 10 days. The question was ...
0
votes
0answers
6 views
How can I share indicators with customers in a lean environment? [closed]
I am looking for a web app allowing me to share projects indicators with my customers.
I would like to share burndown charts, and some other graphs.
Do you know any app that could help me ?
1
vote
1answer
2k views
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 ...
1
vote
1answer
286 views
Change workflow the task in tfs to automatically update remaining work
Is there a way in which we can add rules in the workflow diagram of the work item (Task) so that when the task is closed it will automatically change the completed work to original estimate and ...
0
votes
1answer
92 views
Rally: Tagged Enhanced Burndown Chart [closed]
To other Rally users: I try to modify the source code of the Enhanced Burndown Chart to get more specific information. I tried to enter a tag name in source code so that all information displayed in ...
1
vote
1answer
547 views
Create an excel burndown chart with “unordered dates” and remaining effort
I'm trying to turn my data into a burndown chart to monitor the progress of my project. The contents of my excel sheet are simplified and look like this:
ID - descr. - story points (SP) - remaining ...
1
vote
1answer
148 views
Scrum - How should part time developer's progress be visualized in the burndown chart
We have up to several team members that does not work 100% on our team. You might argue that this is a bad idea in the first place, but lets assume we can't do anything about it. I have had a ...
1
vote
1answer
610 views
TFS Burndown chart doesn't appear to be correct - potential bug
PLEASE SEE THE EDIT BELOW, THE REPORT SEEMS TO USE CACHED DATA?
I cant figure out why there are 89 hours of work remaining, when I have 3 Active Work Items totaling 44 hours:
My Burndown Chart:
...
3
votes
1answer
991 views
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 ...
0
votes
2answers
279 views
Tool for creating burndown charts that does NOT assume “clock time passes” equals “progress should be made”
I am looking for a program that can make burndown charts which does not
assume that just because a day passes by, all work time for that day
automatically is assumed to have turned into progress for ...
1
vote
3answers
564 views
Burndown charts for SCRUM Process using Asp.Net and SQL Server
I am working on a project management application keeping the SCRUM process in mind and need to show a status report in a burn-down chart template, which is more of a one click snapshot of the progress ...
2
votes
4answers
787 views
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, ...
2
votes
4answers
2k views
How to calculate sprint chart for scrum project
I know something about scrum and project management. For ex. We need to findout all steps of program and write down with their prioraty and work hours. But I don't know how to draw burn down chart for ...
1
vote
1answer
564 views
TFS reports on daily basis
My team is using TFS 2008 and Conchango template for Scrum. We use the Sprint burndown chart, sprint view and sprint task board reports to track the status of tasks on daily basis. The burndown chart ...
3
votes
7answers
2k views
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 ...
6
votes
4answers
4k views
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
...
1
vote
1answer
547 views
Tips on creating Burn down charts with Open Flash Chart 2
I am going to be implementing a burn down chart for our project management system. It's going to be using Open Flash Chart 2
The system knows when the project starts and when it's estimated to be ...
11
votes
5answers
3k views
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 ...
7
votes
9answers
6k views
Scrum Burn Down Charts: Tasks or Stories? [closed]
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 ...
