Kanboard Plugin to create task when github release.
- 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.
- Go to your repository setting Webhooks
- Then Add webhook.
- Payload URL you can found in Kanboard Project Setting (Integrations)
- Click Let me select individual events. Radio , make sure Releases Checkbox is selected.
- Click Add webhook green button.
- Go Kanboard Action Panel
- Add new Action
- Select Create a task to column from an external provider (从外部创建任务并指定栏目) Next
- Select Github: Release events
- You may want to set the column which the task is created too, Go Kanboard Project Setting (Integrations)
- Save
Now the task will be automatically create when github release.