Redmine plugin that adds a priority field to projects, similar to issues, that can be used to filter and group issue lists.
Supports Redmine 2.x
Released under GPLv2 in accordance with Redmine licensing.
Assign a priority at the project level, similar to issues. This project priority is available as a filter for issue lists -- e.g. show all issues that are open and fall under a project with a high priority.
Follow standard Redmine plugin installation -- (barely) modified from http://www.redmine.org/projects/redmine/wiki/Plugins
-
Copy or clone the plugin directory into #{RAILS_ROOT}/plugins/project_priority
e.g. git clone https://github.com/nutso/redmine-plugin-project-priority.git project_priority
-
Rake the database migration (make a db backup before)
e.g. rake redmine:plugins:migrate RAILS_ENV=production
-
Load seed data
rake redmine:project_priority:seed RAILS_ENV=production
-
Restart Redmine (or web server)
You should now be able to see the plugin list in Administration -> Plugins.
N/A
Please check the Release Notes (ReleaseNotes.md) for substantive or breaking changes.
-
If you installed via git clone, you can just change to the project_priority directory and do a git pull to get the update
-
Run database migrations (make a db backup before)
rake redmine:plugins:migrate RAILS_ENV=production
-
Restart Redmine (or web server)
- Follow Remove or Uninstall Plugin instructions below
- Follow Installation instructions above
Follow standard Redmine plugin un-installation -- (barely) modified from http://www.redmine.org/projects/redmine/wiki/Plugins
-
Downgrade the database (make a db backup before)
rake redmine:plugins:migrate NAME=project_priority VERSION=0 RAILS_ENV=production
-
Remove the plugin from the plugins folder (#{RAILS_ROOT}/plugins)
-
Restart Redmine (or web server)