This plugin provides instances of Redmine a method with additional graphs.
Created by Gossamer Threads Inc. (http://www.gossamer-threads.com) Primary developer: Brad Beattie
Updated by: David S Anderson
Report any issues to: https://github.com/ande3577/redmine-graphs-plugin/issues?state=open
Only tested on Redmine 2.2/2.3 and Ruby 1.9.3. Use other versions at your own risk.
Redmine 2.2 must use 2.2_branch
NOTE: Redmine 2.0.3 has compatibility issue with Ruby 1.9.x. Please see {Defect #11290: ParseDate missing in Ruby 1.9x - Redmine}[http://www.redmine.org/issues/11290].
$ cd /path/to/redmine/plugins
$ git clone git://github.com/dmp/redmine-graphs-plugin.git redmine_graphs
$ rake redmine:plugins:migrate RAILS_ENV=production
Then restart redmine.
View the number of open issues vs the number of issues that have been updated.
Shows the total number of issues on a project. Includes sub-projects.
Shows the number of total issues on a project and the number of closed issues.
Shows the number of total open vs closed bugs on a project. Will also show the number of closed bugs.
Display the progress of a project relative to time spent. Intended to be used to track a project progress relative to an ideal schedule.
Display the total, completed and spent time in burnup format. This is an alternative presentation of the same information contained in a burndown graph.