Redmine Burndown Chart is standalone tool to visualize queries results as burndown chart. Tool uses Redmine REST API that mean you must enable CORS for Redmine with plugin like this.
You can find online version here.
The application settings are saving to browser local storage!
To get access to redmine data the application needs a redmine location and a user's API key.
How to get API key:
1. Open your account page by link at page header.
2. Click Show
link to see your API key and copy it.
3. Open the application and click cog
icon in the Presets
list. Enter a redmine location and your API key.
- The application needs created queries in Redmine.
- The work remaining is counted by
estimated hours
field. - Tasks are binded to timeline by
updated
date field. - Supported status names:
Closed
,Reject
,Review
,Testing
,Autotest
,Reopened
,In Progress
. - Saturday and Sunday are ignored.