This is a plugin for Redmine. It's provides a tree view of the issues list.
Plugin tested with 3.1.*
, 3.0.*
and 2.6.*
versions of Redmine.
This is a master
branch, please, use a branch with name corresponding to your Redmine version.
You can find them on the official plugin page.
Use a common Redmine installation guide.
This plugin hasn't any migration. So, you just need to copy source code into a proper folder and
run bundle
for install required gems.
- Plugin based on one of the modification of the jQueryTreetable library. This lib can be found here. Major differences described in pull request.
- It redefine a default template
issues/index.html
. If you redefine it too, then you can implement several hooks and have a same result. You can look atlib/redmine_issues_tree/hook_listner.rb
and get list of all used hooks. Here is a list of hooks, added by plugin:view_issues_index_header
in the top ofissues/index.html
for including js and css;view_issues_index_contextual
in contextual area for additional links in the top of issues table;view_issues_tree_index_contextual
for same purpose, but on a tree view page.