Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.28 KB

Redmine Message Issues plugin

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! endorse

Work sponsored by Algen, visit us at http://algen.co

Compatibility

Redmine 2.1.x ~ 2.5.x stable

Tested on:

  • 2.5.0

Feature

  • Link Issues to a forum Message
  • Per project permission

Screenshots

Downloading and installing the plugin

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.

Configuration

  • Enable the plugin module in the desired projects settings
  • Configure the permissions

Credits

  • Krzysztof Dryja: Original idea
  • Martin Denizet: Development

License

GPLv2