This plugin allows to link Issues to a Forum Message. Convenient if the forum is used for support.
If you like this plugin, you're welcome to endorse me!
Work sponsored by Algen, visit us at http://algen.co
Redmine 2.1.x ~ 2.5.x stable
Tested on:
- 2.5.0
- Link Issues to a forum Message
- Per project permission
First download the plugin using git, open a terminal in your Redmine installation directory:
git clone git@github.com:martin-denizet/redmine_message_issues.git ./plugins/
Then you will need to do migrate the database for the plugin.
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
The installation is now finished and you will be able to use the plugin after you restart your Redmine instance.
- Enable the plugin module in the desired projects settings
- Configure the permissions
- Krzysztof Dryja: Original idea
- Martin Denizet: Development
GPLv2