Sign inSign up

shomatan/backlog-webhook-slack

By shomatan

Updated over 8 years ago

Backlog

Image
0

117

shomatan/backlog-webhook-slack repository overview

backlog-webhook-slack

Notify slack of Backlog changes.

Requirements

  • Docker
  • Docker compose

Usage

Environments
Example of docker command
docker run -d --restart=always --name webhook -p 9000:9000 \
    -e BACKLOG_URL="https://YOUR_SPACE_NAME.backlog.com" \
    -e SLACK_URL="https://hooks.slack.com/services/XXXXXXXXX/YYYYYYYYY/ZZZZZZZZZ" \
    shomatan/backlog-webhook-slack
    

Supported notifications

  • 1: Issue Created
  • 2: Issue Updated
  • 3: Issue Commented
  • 4: Issue Deleted
  • 5: Wiki Created
  • 6: Wiki Updated
  • 7: Wiki Deleted
  • 8: File Added
  • 9: File Updated
  • 10: File Deleted
  • 11: SVN Committed
  • 12: Git Pushed
  • 13: Git Repository Created
  • 14: Issue Multi Updated
  • 15: Project User Added
  • 16: Project User Deleted
  • 17: Comment Notification Added
  • 18: Pull Request Added
  • 19: Pull Request Updated
  • 20: Comment Added on Pull Request
  • 21: Pull Request Deleted
  • 22: Milestone Created
  • 23: Milestone Updated
  • 24: Milestone Deleted
  • 25: Project Group Added
  • 26: Project Group Deleted

TODO

  • Add test
  • Support notifications

Tag summary

Content type

Image

Digest

Size

74.7 MB

Last updated

over 8 years ago

docker pull shomatan/backlog-webhook-slack