From 84ec3c0e1f520428d2fbde177a868ef9260370b0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 15 Dec 2023 17:00:43 +0200 Subject: [PATCH] Added Webhook Comment Edit to wiki. Thanks to HaKePlan ! Fixes #5241 --- Webhook-data.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Webhook-data.md b/Webhook-data.md index 2854490..9b9064b 100644 --- a/Webhook-data.md +++ b/Webhook-data.md @@ -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 A label is added to card