NAME
Hubot::Scripts::jira
VERSION
version 0.1.10
SYNOPSIS
Inform channel members about new created issues in JIRA.
CONFIGURATION
- HUBOT_JIRA_WEBHOOK_SECRET
DESCRIPTION
HTTP Jira Interface WebHook Interface with SERECT file.
Create a JIRA Webhook in the JIRA admin interface with the following options:
* URL:
https://yourbot.com/hubot/jira?secret=123456&room=%23foobar
* Exclude details:
No
* JQL:
(nothing) = All issues
* Events:
Issue Created
Please use the environment variable HUBOT_JIRA_WEBHOOK_SECRET to set the secret key.
Your room is #foobar, you need to escape the '#' for JIRA.
This p5 hubot plugin was tested with JIRA 6.1.7.
AUTHOR
Jonas Genannt <jonas@capi2name.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Jonas Genannt.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.