Redmine NewIssueAlerts is a Redmine plugin that sends an email to specified email addresses when a new issue is logged
-
Emmanuel Bretelle aka chantra <chantra_-AT-debuntu-DOT-_org>
For the complete changelog see the CHANGELOG
-file in the Redmine New Issue Alerts plugin directory.
The currently available, latest stable release of the plugin is version 0.0.2.
This plugin can be used to make sure that a new issue is getting the exposure it needs. For instance, you might decide that any new issue logged on a specific project is sent to a distribution email address. People from that distribution email list will then be able to triage the new issue and assign it to the right person.
The reason the plugin was created was because I did not find assign tickets to a group of users using redmine stock functionnalities. This can, to some extend, resolve www.redmine.org/issues/408
People from that group and/or manager will still have to assign the issue to the right person though.
This plugin is compatible with Redmine 0.8.x as well as with the current Redmine trunk.
URL of the GitHub repository: http://github.com/chantra/redmine_newissuealerts/tree/master
The source of this plugin can be “cloned” from the GitHub-repo using:
$ cd {RAILS_ROOT}/vendor/plugins && git clone git://github.com/chantra/redmine_newissuealerts.git
-
Download the plugin from the available source (see www.redmine.org/wiki/redmine/PluginNewIssueAlerts#Obtaining)
-
Install the plugin as described at: www.redmine.org/wiki/redmine/Plugins (this plugin does require a plugin database migration)
-
Migrate your plugin database scheme using
rake db:migrate_plugins RAILS_ENV="production"
-
Restart Redmine
This plugin works on a per project basis. To enable it, go to Project -> Settings -> Modules and enable “Newissuealerts”
By default only Redmine managers can access the plugin settings. Administrators need to enable access to project managers through http://redmine.url/roles/report
under the “Newissuealerts” section.
A tab called “Email on New Issue” will appear on project which have enabled the plugin providing that the user has enough credential.
New Issue Alerts can be created/enabled/disabled/deleted from that page.
-
Backup the currently deployed New Issue Alerts plugin (
cp -r /vendor/plugins/redmine_newissuealerts /vendor/plugins/redmine_newissuealerts-backup
) -
Update the plugin using
git pull
-
Restart your Redmine
-
Remove the directory “redmine_newissuealerts” from the plugin-directory “../vendor/plugins”
-
Restart Redmine
This plugin is open-source and licensed under the “GNU General Public License v2” (GPL, www.gnu.org/licenses/old-licenses/gpl-2.0.html). See the included GPL.txt
and LICENSE.txt
files for details.
-
©2009, Emmanuel Bretelle aka chantra
If you would like to report a bug or request a new feature you can open a new issue at the issue-tracking section of the plugins’ GitHub site: github.com/chantra/redmine_newissuealerts/issues. You can also post your feedback about the plugin in the dedicated plugin-section of the Redmine forums (www.redmine.org/projects/redmine/boards/3)
As an alternative you can also join the #redmine
channel on the “freenode IRC network” (freenode.net/irc_servers.shtml) to see if there is anyone who can provide some support.