Skip to content

vsaveliev/jira-to-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-to-slack

Integration jira with slack via web hooks.

Notifications about:

  • Created issue
  • Changed assignee
  • Changed status

Example of work:

TODO:

  • send direct notification to assignee
  • more flexible config

./config.json:

{
  "port": "7878",
  "token": "some token",

  "jira": {
    "ticket_url": "https://jira.github.com/browse/",
    "channel": "#somechannel",
    "bot_name": "Jira",
    "bot_img_url": "https://a.slack-edge.com/ae7f/plugins/jira/assets/service_512.png"
  }
}

About

Integration jira with slack via web hooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages