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
1
vote
0 answers

Show all burndown projects with the tuleap API

English : Hello everybody ! Do you know if it is possible to recover from the API of the project planning and management tool "Tuleap" the burndown urls of all the projects to which the original user of the request has access? After several searches…
Skaÿ
  • 326
  • 1
  • 3
  • 15
1
vote
3 answers

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 one sprint (which values do we need and which…
uzay95
  • 16,052
  • 31
  • 116
  • 182
1
vote
1 answer

Need Rally Burndown chart API implementation to show in our dashboard

I am creating Dashboard(dashing.IO) in which i want to display the Rally Burn down chart.
Anurag
  • 11
  • 1
1
vote
1 answer

Modify task dates in TFS 2015 so they show up on burndown chart?

Can the entry and/or completion date of tasks in TFS 2015 be modified once entered? I have completed tasks ON the day of planning (i.e. the same day stories and tasks were entered into TFS), and the effort burnt is not reflected in the burndown…
1
vote
1 answer

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 and sprint view are also shown on a LCD TV…
Nilesh Gule
  • 1,511
  • 12
  • 13
1
vote
2 answers

Calculate Ideal Burndown

I am trying to draw a Burndowm chart form a data API. I have successfully retrieved the data etc. I now need to draw an ideal Burndown line. This will be from the full sprint estimate number, down to zero. I am using Chart.js to draw the line…
atwright147
  • 3,694
  • 4
  • 31
  • 57
1
vote
1 answer

What is the easiest way to view the burndown chart in Visual Studio 2013 and TFS 2013?

I am trying to find the burndown chart in Visual Studio and I am at a loss. Is it hiding somewhere in the Team Explorer View? Is it only available via Team Foundation Service on the web? Where oh where is it hiding? Has anybody ever used it? Does…
Curtis
  • 5,794
  • 8
  • 50
  • 77
1
vote
1 answer

Jira Greenhopper Statistic gadget can't be configured "invalid field value"

My Greenhopper version is 6.0.1. When I trying to add Greenhopper statistic gadget into my dashboard, I found that I can't configure it since the "field" drop down gives me no options. When I try to save the configuration, I got the error below:
Shengjie
  • 12,336
  • 29
  • 98
  • 139
1
vote
1 answer

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?
1
vote
1 answer

Change workflow of 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 remaining work to zero. I am using the process editor…
krafty
  • 425
  • 4
  • 16
1
vote
1 answer

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 SP - planned remaining SP - date finished bla1;…
bas
  • 13,550
  • 20
  • 69
  • 146
1
vote
1 answer

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 completed. It also knows the story points and how…
Ólafur Waage
  • 68,817
  • 22
  • 142
  • 198
0
votes
0 answers

Trying to create a Burndown chart on Power BI for the number of features! Issue with remaining features line

Need the Remaining Features Line to stop on current date and not extend throughout. Also it should start with total number of features and reduce as and when the features are moved to closed. Formulaes: *1) Works as expected *2) Has an issue *3)…
0
votes
0 answers

How to remove anomaly in burndown chart

Mid way through the last quarter someone (for some unknown reason) changed the story point value of a user story to 2000. This is affecting the burndown graph for that period. Is there any way I can remove this anomaly? I know it's unlikely since…
0
votes
0 answers

Burndown chart in PowerBI showing curve for planned budget and actuals

I need to create a burndown chart like this one: X-axis should be months. Y-axis hours. Blue curve is my planned budget in table "Budget" and red curve is actual spend hours in table "Actuals". I have a dim_Date table that where date is related to…