redbot-redmine-notifier
v0.1.6
Published
Notifies about Redmine creating and updating tickets
Downloads
8
Readme
redbot-redmine-notifier
Notifies about Redmine creating and updating tickets. This Module is a fork of the hubot-redmine-notifier This fork will only notifie about the Notes inside a Redmine Ticket when called with a BuzzWord. Example note of a redmine issue: "Some Foo @RedBot The message to send RedBot@ End Foo
Getting Started
Hubot
- Install the module: cd into your HuBot folder
npm install redbot-redmine-notifier --save
- Add it
redbot-redmine-notifier
to your external-scripts.json file in your hubot directory
Redmine
- Install Redmine Webhook Plugin to your Redmine.
- Add hubot's endpoint to Redmine Project - Settings - WebHook - URL
http://<hubot-host>:<hubot-port>/hubot/redmine-notify?room=<room>
(see Screenshot)
TODO
- Make the BuzzWord variable
- ?
License
Licensed under the MIT license.
This script created with reference to the halkeye/hubot-jenkins-notifier.