Bind Github webhook events to Kanboard automatic actions.
- Frederic Guillot
- License MIT
- Kanboard >= 1.0.37
- Github 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/GithubWebhook
- Clone this repository into the folder
plugins/GithubWebhook
Note: Plugin folder is case-sensitive.
Github webhooks are plugged to Kanboard automatic actions. When an event occurs on Github, an action can be performed on Kanboard.
- Github commit received
- Github issue opened
- Github issue closed
- Github issue reopened
- Github issue assignee change
- Github issue label change
- Github issue comment created
- Create a task from an external provider
- Change the assignee based on an external username
- Change the category based on an external label
- Create a comment from an external provider
- Close a task
- Open a task
The Webhook URL API endpoint is visible on the project settings page:
The URL will be different from this screenshot.
Go to your project settings page, on the left choose "Webhooks & Services", then click on the button "Add webhook".
- Payload url: Copy and paste the link from the Kanboard project settings (section Project Settings > Integrations > Github).
- Select "Send me everything"
Each time an event happens, Github will send an event to Kanboard now. The Kanboard webhook url is protected by a random token.
Everything else is handled by automatic actions in your Kanboard project settings.
To make it work, you have to create some automatic actions in your projects:
- Choose the event: Github commit received
- Choose the action: Close the task
When one or more commits are sent to Github, 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: Github issue opened
- Choose the action: Create a task from an external provider
When a task is created from a Github issue, the link to the issue is added to the description and the task have a new field named "Reference" (this is the Github ticket number).
- Choose the event: Github issue closed
- Choose the action: Close the task
- Choose the event: Github issue reopened
- Choose the action: Open the task
- Choose the event: Github issue assignee change
- Choose the action: Change the assignee based on an external username
Note: The username must be the same between Github and Kanboard and the user must be member of the project.
- Choose the event: Github issue label change
- Choose the action: Change the category based on an external label
- Define the label and the category
- Choose the event: Github issue comment created
- Choose the action: Create a comment from an external provider
If the username is the same between Github and Kanboard the comment author will be assigned, otherwise there is no author. The user also have to be member of the project in Kanboard.