Skip to content

applify-adrian/redmine_notification_manager_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notification Control

This Redmine plugin lets you configure for each project/tracker-combination which field changes result in a notification.

Installation

  1. Copy the notification_control plugin to your redmine plugin directory (vendor/plugins)
  2. Apply the Database Schema Migration file (20100728100000_create_notification_controls.rb) by using the following command: rake db:migrate_plugins
  3. Restart any running Redmine application servers
  4. Configure the notification settings per project as desired

Usage

  1. By default, the plugin does not change the behavior of redmine at all, meaning that notifications are sent as usual.
  2. Settings for notifications are made on project level. This means that you need to switch to a project, so that you can click the new “Notification” tab
  3. For each tracker in a project you can check the fields that should result in a e-mail notification, if their value gets changed.
  4. Use the “Save” button to store your settings.
  5. If you uncheck all checkboxes for a project, this means that no notifications will be sent for this project.
  6. If you check all the checkboxes for a project, notifications will be sent as if there was no plugin installed.

TODO

Check compatibility with different versions of redmine and different database systems. This plugin was developed for “Redmine 0.9.3.stable (MySQL)”.

License

This software is licensed under the GNU GPL v2. See COPYRIGHT and COPYING for details.

About

Allows you to control which fields generate a notification when they get changed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages