Home

Awesome

Gogs Webhook

Connect Gogs webhook events to Kanboard automatic actions.

Author

Requirements

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/GogsWebhook
  3. Clone this repository into the folder plugins/GogsWebhook

Note: Plugin folder is case-sensitive.

Documentation

List of supported events

List of supported actions

Configuration

  1. On Kanboard, go to the project settings and choose the section Integrations
  2. Copy the Gogs webhook URL
  3. On Gogs, go to the project settings and go to the section Webhooks
  4. Add a new Gogs webhook and paste the Kanboard URL

Examples

Close a Kanboard task when a commit pushed to Gogs

When one or more commits are sent to Gogs, Kanboard will receive the information, each commit message with a task number included will be closed.

Example:

Add a comment when a commit received

The comment will contain the commit message and the URL to the commit.

Example: