Bitbucket events can be connected to Kanboard automatic actions.
- Bitbucket commit received
- Close 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 Hooks
- Select the service POST
- Paste the url and save
- Choose the event: Bitbucket commit received
- Choose the 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