Tagged Questions

0
votes
0answers
57 views

Jira hour burndown chart: how to monitor personal hour burndown chart?

We are using GreenHopper plugin for Jira. With it we monitor teams hour burndown chart. Each chart provide burndown for the whole team. Can I monitor individual hour burndown per developer (or just …
3
votes
4answers
231 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 …
5
votes
8answers
997 views

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 …
8
votes
5answers
483 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 …
1
vote
1answer
173 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 …