Allows sending emails with issue's details to contacts connected to this issue.
This plugin works only with Redmine CRM plugin or similar if
Issue
model hascontacts
method which returns contacts connected to this issue and- these
Contact
objects hasemail
method which returns string of comma-separated email addresses
- Clone this repository to
redmine/plugins/redmine_send_to_contacts
directory.
cd redmine/plugins
git clone https://github.com/yzzy/redmine_send_to_contacts.git
- Clone
redmine_ajax_helper
repository
git clone https://github.com/yzzy/redmine_ajax_helper.git
- Restart your Redmine web server.
Just delete cloned directory and restart Redmine web server.
This project is licensed under the terms of the MIT license.