Skip to content

southbridgeio/redmine_status_notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Notifications about emergency

Please help us make this plugin better telling us of any [issues](github.com/southbridgeio/redmine_status_notifier/issues) you’ll face using it. We are ready to answer all your questions regarding this plugin.

Server script is called if:

  • state of issue was changed to one of emergency states

  • issue with emergency state was closed

  • issue was reopened

Install

  1. Follow the Redmine plugin installation steps at: [www.redmine.org/wiki/redmine/Plugins](http://www.redmine.org/wiki/redmine/Plugins)

  2. Cd to your redmine ‘plugins/` dir

  3. Git-clone the plugin from this repo into a folder in there: ‘git clone git://github.com/olemskoi/redmine_status_notifier.git redmine_status_notifier` (*You must name your directory with underscores as shown here, or the plugin will throw a fatal error*)

  4. Configure gem settings as shown in Configuration section below

  5. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)

Configuration

plugins/status_notifier/init.rb contains settings for plugin:

1) 'critical_priority' contains list of priorities which mean critical priority for issue
2) 'script' defines path for script to call

Usage

It is necessary to turn on status notifier module in projects settings. Plugin executes script with following parameters:

'script' <active | done> <issue id> <project identifier> <subject in double quotes>

Sponsored by southbridge.io

About

Redmine Status Notifier Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages