Redmine plugin that allows for the configuration of which project should be used for issues created from email per user.
The development of this plugin was funded by http://www.chillisoft.co.za
- Plugin configuration page allows for the allocation of a default project per user.
- this project will be used as the default project for issues logged by email
A copy of the plugin can be downloaded from GitHub: http://github.com/markwhitfeld/redmine_incoming_emails
Clone the repro from github to install the plugin.
Run the following git command from the redmine plugins folder:
git clone git://github.com/markwhitfeld/redmine_incoming_emails.git redmine_incoming_emails
There aren't any database migrations that need to be run for the plugin.
To uninstall the plugin, delete the 'redmine_incoming_emails' folder from the redmine plugins folder
Further information about plugin installation can be found at: http://www.redmine.org/wiki/redmine/Plugins
The latest version of this plugin is only tested with Redmine 2.3.x.
This plugin is licensed under the GNU GPLv2 license. See LICENSE-file for details.