A plugin that adds discord as a notification endpoint to kanboard. Use's webhooks.
Go to file
2019-09-05 12:33:42 +12:00
Locale Initial Upload 2019-09-05 12:33:42 +12:00
Notification Initial Upload 2019-09-05 12:33:42 +12:00
Template Initial Upload 2019-09-05 12:33:42 +12:00
Test Initial Upload 2019-09-05 12:33:42 +12:00
.gitignore Initial Upload 2019-09-05 12:33:42 +12:00
.travis.yml Initial Upload 2019-09-05 12:33:42 +12:00
LICENSE Initial Upload 2019-09-05 12:33:42 +12:00
Makefile Initial Upload 2019-09-05 12:33:42 +12:00
Plugin.php Initial Upload 2019-09-05 12:33:42 +12:00
README.md Initial Upload 2019-09-05 12:33:42 +12:00

Slack plugin for Kanboard

Build Status

Receive Kanboard notifications on Slack.

Author

  • Frederic Guillot
  • License MIT

Requirements

  • Kanboard >= 1.0.37

Installation

You have the choice between 3 methods:

  1. Install the plugin from the Kanboard plugin manager in one click
  2. Download the zip file and decompress everything under the directory plugins/Slack
  3. Clone this repository into the folder plugins/Slack

Note: Plugin folder is case-sensitive.

Configuration

Firstly, you have to generate a new webhook url in Discord (Server or Channel Settings > Webhooks).

You can define only one webhook url (Settings > Integrations > Slack) for each project and user.

Receive individual user notifications

  • Go to your user profile then choose Integrations > Discord
  • Copy and paste the webhook url from Slack or leave it blank if you want to use the global webhook url
  • Use @username to receive direct message to your user
  • Enable Discord in your user notifications Notifications > Discord

Receive project notifications to a room

  • Go to the project settings then choose Integrations > Discord
  • Copy and paste the webhook url from Discord or leave it blank if you want to use the global webhook url
  • Enable Discord in your project notifications Notifications > Discord

Troubleshooting

  • Enable the debug mode
  • All connection errors with the Discord API are recorded in the log files data/debug.log or syslog