Update Bitbucket webhooks to handle issues/commit/comments
This commit is contained in:
@@ -7,11 +7,20 @@ List of supported events
|
||||
------------------------
|
||||
|
||||
- Bitbucket commit received
|
||||
- Bitbucket issue opened
|
||||
- Bitbucket issue closed
|
||||
- Bitbucket issue reopened
|
||||
- Bitbucket issue assignee change
|
||||
- Bitbucket issue comment created
|
||||
|
||||
List of supported actions
|
||||
-------------------------
|
||||
|
||||
- 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
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
@@ -20,9 +29,8 @@ Configuration
|
||||
|
||||
1. On Kanboard, go to the project settings and choose the section **Integrations**
|
||||
2. Copy the Bitbucket webhook url
|
||||
3. On Bitbucket, go to the project settings and go to the section **Hooks**
|
||||
4. Select the service **POST**
|
||||
5. Paste the url and save
|
||||
3. On Bitbucket, go to the project settings and go to the section **Webhooks**
|
||||
4. Choose a title for your webhook and paste the Kanboard url
|
||||
|
||||
Examples
|
||||
--------
|
||||
@@ -38,3 +46,10 @@ Example:
|
||||
|
||||
- Commit message: "Fix bug #1234"
|
||||
- That will close the Kanboard task #1234
|
||||
|
||||
### Add comment when a commit received
|
||||
|
||||
- Choose the event: **Bitbucket commit received**
|
||||
- Choose the action: **Create a comment from an external provider**
|
||||
|
||||
The comment will contains the commit message and the url to the commit.
|
||||
|
||||
Reference in New Issue
Block a user