A GO slackbot that polls and forwards Jira comments
- Add new slack incoming webhook: https://l11.slack.com/services/new/incoming-webhook
- Register with heroku (free) and set up SSH deploy tutorial
- Deploy:
git clone [email protected]:duncanfinney/jira-comment-hook.git
git remote add heroku [email protected]:heroku-instance.git
git push heroku
heroku config:set SLACK_WEBHOOK=https://hooks.slack.com/services/XXXXXXXX/XXXXXXXX/XXXXXXXXXXXXXXX
heroku config:set JIRA_URL=https://yourinstance.atlassian.net
heroku config:set JIRA_USERNAME=duncan
heroku config:set JIRA_PASSWORD=1337JiraPass
heroku ps:scale worker=1