Connect Gitea webhook events to Kanboard automatic actions.
You have the choice between 3 methods:
plugins/GiteaWebhook
plugins/GiteaWebhook
Note: Plugin folder is case-sensitive.
Use the keyword refs
followed by the taks-reference: refs #1234
.
The comment will contain the commit message and the URL to the commit. If the email of the commit author matches a Kanboard user, the comment will be attached to this user.
When one or more commits are sent to Gitea, Kanboard will receive the information, each commit message with a task number included will be closed.
The plugin detects the follwing keywords followed by a task-reference: closes
, implements
, fixes
, example: closes #1234
If the task should be moved to another column, attach this event to the action Move the task to another column when assigned to a user as well. Please note that for this to work, the Kanboard task needs to be assigend to a user and live in the column defined during action setup.
If an additional comment should be created, you can also attach this event to the action Create a comment from an external provider