Bind Bitbucket webhook events to Kanboard automatic actions.
- Frederic Guillot
- License MIT
- Kanboard >= 1.0.37
- Bitbucket webhooks configured for a project
You have the choice between 3 methods:
- Install the plugin from the Kanboard plugin manager with one click
- Download the zip file and decompress everything under the directory
plugins/BitbucketWebhook
- Clone this repository into the folder
plugins/BitbucketWebhook
Note: Plugin folder is case-sensitive.
- Bitbucket commit received
- Bitbucket issue opened
- Bitbucket issue closed
- Bitbucket issue reopened
- Bitbucket issue assignee change
- Bitbucket issue comment created
- Create a task from an external provider
- Change the assignee based on an external username
- Create a comment from an external provider
- Close a task
- Open a task
- On Kanboard, go to the project settings and choose the section Integrations
- Copy the Bitbucket webhook URL
- On Bitbucket, go to the project settings and go to the section Webhooks
- Choose a title for your webhook and paste the Kanboard URL
You have to create some automatic actions in your project to make it work:
- Choose the event: Bitbucket commit received
- Choose action: Close the task
When one or more commits are sent to Bitbucket, 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: Bitbucket commit received
- Choose action: Create a comment from an external provider
The comment will contain the commit message and the URL to the commit.