burndown chart
I have made a burndown-chart generator for webissues.
It is at git@github.com:magwas/webissues-burndown.git
The readme tells it all:
Use phpmyadmin to export an xml from your webissues database.
The following attribute ids and values are hardcoded in burndown.py as of now (patch to make them configureable is welcome):
story point: 13 (XS,S,M,L,XL)
sprint id: 15
state: 7 [ u"Closed", u"Processed", u"Active", u"In progress", u"Test case"]
Then run burndown.sh
You should get out/index.html as the result.
- Read more about burndown chart
- Log in to post comments