- This plugin is only for Redmine 1.3 and 2.4 (see branch redmine2)
- This plugin was developed as my semestral work for KIV/JET on University on West Bohemia (http://www.zcu.cz)
- More informations in features
- Add start date to project
- Add start and end date to versions
- Add milestones and iterations
- Set version, milestone and iteration required
- Show Milestones and Iterations in issue overview
- Grouping / Filtering by Milestone / Iteration
- Burndown and Issue status charts
- Rights settings for view charts, edit iterations or milestones
- Advanced roadmap - iterations/milestones/versions
There is two rake tasks for regenerate old data from project for burndown.
For one project:
RAILS_ENV=production rake burndown:generate PROJECT=project_identifier
For all project:
RAILS_ENV=production rake burndown:generate_all
- Fork it!
- Make your changes
- Create pull-request with issue
Thanks Strnadj!