ande3577 / redmine-graphs-plugin

This plugin provides instances of Redmine a method with additional graphs.
Other
5 stars 3 forks source link

graphs

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

How to use

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.

Graph Description

Open Aging Issues

View the number of open issues vs the number of issues that have been updated.

open_aging_issues

Total Issues Over Time

Shows the total number of issues on a project. Includes sub-projects.

total_issues_over_time

Total Issues vs Closed Issues

Shows the number of total issues on a project and the number of closed issues.

total_issues_vs_closed_issues

Total Bugs Over Time

Shows the number of total open vs closed bugs on a project. Will also show the number of closed bugs.

total_bugs_over_time

Burndown

Display the progress of a project relative to time spent. Intended to be used to track a project progress relative to an ideal schedule.

burndown

Burnup

Display the total, completed and spent time in burnup format. This is an alternative presentation of the same information contained in a burndown graph.

burnup