Skip to content

duncanfinney/jira-comment-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-comment-hook

A GO slackbot that polls and forwards Jira comments

Usage

  1. Add new slack incoming webhook: https://l11.slack.com/services/new/incoming-webhook
  2. Register with heroku (free) and set up SSH deploy tutorial
  3. 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

About

A golang slackbot that polls and forwards Jira comments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages