This plugin provides instances of Redmine a method with additional graphs.
Created by Gossamer Threads Inc. (http://www.gossamer-threads.com)
Author: 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.5 and Ruby 2.*. Use other versions at your own risk.
$ cd /path/to/redmine/plugins
$ git clone https://github.com/luismaia/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.
- Remaining Hours (Estimated): The total estimated time of all open issues (assumes that all issues begin at the project start date
- Estimated - Spent Hours: the time spent on the project subtracted from the total estimated time. Comparing with the remaining hours provides a metric for measuring the accuracy of the project's time estimates and developer efficiency
- Due Date: the target date of the project/version
Display the total, completed and spent time in burnup format. This is an alternative presentation of the same information contained in a burndown graph.