PluginNewIssueAlerts » History » Version 1
chantra ., 2009-07-30 17:10
| 1 | 1 | chantra . | h1. NewIssueAlerts Plugin |
|---|---|---|---|
| 2 | |||
| 3 | A plugin that sends an email to specified email addresses when a new issue is logged. |
||
| 4 | |||
| 5 | h2. Installation and Setup |
||
| 6 | |||
| 7 | # Download the source from http://github.com/chantra/redmine_newissuealerts/tree/master |
||
| 8 | # Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to @vendor/plugins/redmine_newissuealerts@ |
||
| 9 | # run |
||
| 10 | <pre> |
||
| 11 | rake db:migrate_plugins RAILS_ENV=production |
||
| 12 | </pre> |
||
| 13 | |||
| 14 | |||
| 15 | h2. License |
||
| 16 | |||
| 17 | This plugin is licensed under the GNU GPL v2. See LICENSE.txt for details. |
||
| 18 | |||
| 19 | h2. Bug tracker |
||
| 20 | |||
| 21 | If you would like to report a bug, please use the github bug tracker located at http://github.com/chantra/redmine_newissuealerts/issues |