mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
WebHook cardUpdate Before/After #537
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 @tomlyo on GitHub (Jun 24, 2024).
Is this a feature for the backend or frontend?
Backend
What would you like?
Add beforeUpdate and afterUpdate objects to the payload for cardUpdate's. Presently there's no way to determine what's been changed.
EDIT: This could be expanded from just cardUpdate to also taskUpdate
Why is this needed?
There's no way to determine what was changed on a card whether that be the list, the title, or a description. It would be nice for my application to be able to compare the before and after. It would also allow me to filter out a lot of needless events.
Other information
No response