redmine_version_burndown_charts
redmine_version_burndown_charts copied to clipboard
Feature Request: hook into target version and issue sidebar
Really nice plugin
Can you hook ur view in target version and issue sidebar, because project tabkle are altready to many. The code is almost there, just copy paste from "PluginGraphs":http://www.redmine.org/projects/redmine/wiki/PluginGraphs
require 'redmine'
require_dependency 'target_version_graph_hook' require_dependency 'issues_sidebar_graph_hook'
Redmine::Plugin.register :redmine_graphs do name 'Redmine Graphs plugin' author 'Brad Beattie' description 'This plugin provides instances of Redmine with additional graphs.' version '0.1.0' end
see hooks:
target_version_graph_hook.rb issues_sidebar_graph_hook.rb