mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: Webhooks don't trigger when importing board from JSON #829
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rajko-simic on GitHub (Oct 9, 2025).
Where is the problem occurring?
I encountered the problem while interacting with the server (Backend)
What browsers are you seeing the problem on?
Firefox
Current behavior
When Board is imported to project, boardCreate event is sent to the Webhook, but listCreate, cardCreate, etc. events are not.
Desired behavior
All events should trigger so external systems can be synced.
Steps to reproduce
Import board JSON when creating a new board.
Other information
Also, when List is deleted, cardDelete events are not sent, I am not sure if this is expected.
I am not sure about label, member etc events.