Added Webhook Comment Edit to wiki.

Thanks to HaKePlan !

Fixes #5241
Lauri Ojansivu 2023-12-15 17:00:43 +02:00
parent 3ed2dab782
commit 84ec3c0e1f

@ -94,6 +94,25 @@ A user comments the card
} }
``` ```
### Comment edit
A user edits a comment on the card
```json
{
"text": "{{wekan-username}} commented on card \"{{card-title}}\": \"{{comment}}\" at list __list__ at swimlane __swimlane__ at board \"{{board-name}}\"\nhttp://{{wekan-host}}/b/{{board-id}}/{{board-name}}/{{card-id}}",
"cardId": "{{card-id}}",
"listId": "{{list-id}}",
"boardId": "{{board-id}}",
"comment": "{{comment}}",
"user": "{{wekan-username}}",
"card": "{{card-title}}",
"commentId": "{{comment-id}}",
"swimlaneId": "{{swimlane-id}}",
"description": "act-editComment"
}
```
### AddLabel ### AddLabel
A label is added to card A label is added to card