Connect Gogs webhook events to Kanboard automatic actions.
- Frederic Guillot
- License MIT
- Kanboard >= 1.0.37
- Gogs
- Gogs webhooks configured for a project
You have the choice between 3 methods:
- Install the plugin from the Kanboard plugin manager in one click
- Download the zip file and decompress everything under the directory
plugins/GogsWebhook
- Clone this repository into the folder
plugins/GogsWebhook
Note: Plugin folder is case-sensitive.
- Gogs commit received
- Create a comment from an external provider
- Close a task
- On Kanboard, go to the project settings and choose the section Integrations
- Copy the Gogs webhook URL
- On Gogs, go to the project settings and go to the section Webhooks
- Add a new Gogs webhook and paste the Kanboard URL
- Choose the event: Gogs commit received
- Choose action: Close the task
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:
- Commit message: "Fix bug #1234"
- That will close the Kanboard task #1234
- Choose the event: Gogs commit received
- Choose action: Create a comment from an external provider
The comment will contain the commit message and the URL to the commit.
Example:
- Commit message: "Added feature for #1234"
- That will add a new comment on the task #1234