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
-
Follow the Redmine plugin installation steps at: [www.redmine.org/wiki/redmine/Plugins](http://www.redmine.org/wiki/redmine/Plugins)
-
Cd to your redmine ‘plugins/` dir
-
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*)
-
Configure gem settings as shown in Configuration section below
-
Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
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
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>