redmine_newissuealerts
redmine_newissuealerts copied to clipboard
A redmine plugin to send email when a new issue is created
=New Issue Alerts plugin
Redmine NewIssueAlerts is a Redmine plugin that sends an email to specified email addresses when a new issue is logged
==Author
- Emmanuel Bretelle aka chantra <chantra_-AT-debuntu-DOT-_org>
==Changelog
For the complete changelog see the Changelog-file in the Redmine New Issue Alerts plugin directory.
==Latest stable release
The currently available, latest stable release of the plugin is version 0.0.2.
==Purpose
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 http://www.redmine.org/issues/408
People from that group and/or manager will still have to assign the issue to the right person though.
==Compatibility
This plugin should compatible with Redmine 0.9.x, 1.x as well as with the current Redmine trunk.
It was last tested against Redmine 1.2.1
==Obtaining
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
==Installation
- Download the plugin from the available source (see http://www.redmine.org/wiki/redmine/PluginNewIssueAlerts#Obtaining)
- Install the plugin as described at: http://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
==Usage
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.
While an option to set email priority is accessible, priority is not a standard email header and behaviour might depend on each email client.
==Upgrading
- 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
==Uninstalling
- Remove the directory "redmine_newissuealerts" from the plugin-directory "../vendor/plugins"
- Restart Redmine
==Licensing
This plugin is open-source and licensed under the "GNU General Public License v2" (GPL, http://www.gnu.org/licenses/old-licenses/gpl-2.0.html). See the included GPL.txt and LICENSE.txt files for details.
- (C)2009, Emmanuel Bretelle aka chantra
==Support
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: http://github.com/chantra/redmine_newissuealerts/issues. You can also post your feedback about the plugin in the dedicated plugin-section of the Redmine forums (http://www.redmine.org/projects/redmine/boards/3)
As an alternative you can also join the #redmine channel on the "freenode IRC network" (http://freenode.net/irc_servers.shtml) to see if there is anyone who can provide some support.