PluginIssuesGroup » History » Revision 5
Revision 4 (Andrew Chaika, 2009-09-21 17:31) → Revision 5/7 (Andrew Chaika, 2009-09-21 17:35)
h1. Issues Group Plugin
h2. Main features
* Issues group (by custom fields too)
* Custom queries categorization
* Subissues/subtask feature implementation
h2. Screenshots
* Issues group feature:
!redmine_issues_group.png!
* Custom queries categorization
!redmine_queries_group.png!
* Subissues/subtask
!subissues.png!
!subissues_03_2.png!
h2. Forum
http://www.redmine.org/boards/3/topics/4701
h2. Download
* GitHub: http://github.com/Ubik/redmine_issues_group/tree/origin
h2. Install
# Download from http://github.com/Ubik/redmine_issues_group/ into _/vendor/plugins/redmine_issues_group_
# For Redmine 0.8.x install _awesome_nested_set_ plugin also into _/vendor/plugins/_ from http://github.com/collectiveidea/awesome_nested_set
# Do in a command shell:
<pre>rake db:migrate_plugins</pre>
# Restart Redmine (Apache, Mongrel, Webrick e.t.c)