0.0.1 • Published 8 years ago

hubot-jira-lc v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-jira

Will post messages when the status of an issue has changed.

Installation

In hubot project repo, run:

npm install hubot-jira --save

Then add hubot-jira to your external-scripts.json:

["hubot-jira"]

Sample Usage

Add the following URL as a build web hook in JIRA:

http://<ip>:<port>/jira?targets=room1,room2

To trigger this webhook on workflow transition, see this guide here: https://confluence.atlassian.com/jirakb/how-to-use-a-webhook-with-a-custom-event-779160676.html