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
0
votes
2 answers

DAX: How do i create a table for a burndown chart? What status was current on certain dates

I'm creating a dashboard for a sprint overview and want to visualize the progress of the team in a burndown chart. The chart should give information about the amount of user stories that are each new, active and closed. So that in the beginning all…
J. Wachlin
  • 15
  • 1
  • 6
0
votes
1 answer

How Do I Print A Burn Down Chart From Jira?

I want to print my burn down charts from the 'Reports' Tab in Jira. There is no specific 'print' functionality. When I try to just print from within the browser, it will print the whole window, not just the chart. According to the Atlassian…
Peter
  • 621
  • 1
  • 6
  • 16
0
votes
1 answer

Jira API not giving expected response

I am working to get Jira burndown chart details using REST API call and using /rest/greenhopper/1.0/rapid/charts/scopechangeburndownchart.json? API to get chart details. It worked fine for me in most of the case but for one sprint I am not able to…
0
votes
1 answer

Call to undefined method SprintListController::buildApplicationPage()

I want to install phabricator-extensions-Sprint for phabricator. I followed the installation below: To install the Sprint extension: update your phabricator and libphutil to HEAD run git clone …
0
votes
1 answer

Is it possible to add release burn down chart to Visual Studio Team Services?

I would like to see a burndown chart after each sprint with my backlog of 100 pts of user stories. Is there plugin that I could integrate?
Chaka
  • 1,709
  • 11
  • 33
  • 58
0
votes
1 answer

Bluemix DevOps Burndown Charts

I see on this page Bluemix Track and Plan provides burndown charts. How do I get to those?
Jim Hoskins
  • 270
  • 1
  • 9
0
votes
1 answer

Rally burndown chart pulled programmatically

How to pull rally burndown charts using rally based API's programmatically using C#? Could a working example be shared?
Soldier
  • 1
  • 1
0
votes
1 answer

Areas not showing in TFS sprint burndown report

Using TFS 2010 & Visual Studio 2013 team explorer. I've created a new TFS project and I've set up a couple Iterations and Areas. The iterations are as follows: Current Sprint 1 Sprint 2 Sprint 3 Sprint 4 Backlog The active sprint will always be…
Ryan.Bartsch
  • 3,698
  • 1
  • 26
  • 52
0
votes
2 answers

How can i see the burndown chart for each sprint on TFS Web Access?

How can i add the current sprint iteration burn-down chart to the home page on TFS Web Access? Here is a burn-down chart below that shows nothing.
cell-in
  • 709
  • 2
  • 11
  • 27
0
votes
0 answers

TFS Reporting Cube Burndown Chart Customization - Filter Tasks only linked to a User Story

I'm trying to customize TFS 2013 SSRS Burndown chart. While customizing I realized that Burndown chart doesnt only shows Tasks linked to a User Story but it also shows Tasks linked to a Bug too. How can I change this MDX query that burndown chart…
Can Atuf Kansu
  • 523
  • 2
  • 7
  • 16
0
votes
3 answers

How to represent / calculate / use non-linear burndown charts

Our company relies heavily on burndown charts to track the progress of the different teams. One issue we are facing is that the 'ideal' trend is a straight line that goes from the initial capacity to 0 and that does not represent what the team can…
Ignacio Soler Garcia
  • 21,122
  • 31
  • 128
  • 207
0
votes
1 answer

Is it posible to create a custom burndown chart in visualstudio.com

I am very new to using SCRUM in VisualStudio.com and I need to create a Burndown Chart of only certain Tasks. (for example a burndown of only the Developmente tasks or only the tasks that assigned to Developer A and B) To try to achieve this I…
Mauricio Gracia Gutierrez
  • 10,288
  • 6
  • 68
  • 99
0
votes
2 answers

Burndown chart: tasks, features or software metrics?

I'm developing an app for agile projects management, and I'm wondering what is the measure unit of a Burndown Chart... Wikipedia's article states that it measures the number of tasks remaining each period of time, but I've seen people using it with…
ViniciusPires
  • 983
  • 3
  • 12
  • 26
0
votes
2 answers

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?
algot
  • 2,428
  • 3
  • 19
  • 23
0
votes
2 answers

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 discussion with one of the other team members, and my…
MortenRøgenes
  • 676
  • 4
  • 12