mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Adding webhook notification #681
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 @VULGA01 on GitHub (Apr 1, 2025).
Is this a feature for the backend or frontend?
Backend
What would you like?
I'd like to be able to receive last changes of my team directly on discord via a web chanel using webhook function. it's can be a really good Idea for discord, slack and more
Why is this needed?
the biggest problem with planka is that you have to systematically notify members on discord that maps have been updated, which is really not practical when you're working with several people. adding this feature could enhance the teamwork and productivity that planka delivers
Other information
No response
@marioaparcero commented on GitHub (Apr 12, 2025):
Have you managed to fix it to put it on Discord?
@meltyshev commented on GitHub (Apr 12, 2025):
Hi! We’ve added Apprise in v2, which we’re releasing very soon. You’ll be able to configure notification services directly in the settings (per user and per board). It will support over 140 services, including Discord :)
@guest20 commented on GitHub (Apr 30, 2025):
@meltyshev any chance of getting a v2 branch pushed so we can play with it?
@stufently commented on GitHub (May 4, 2025):
We need v2 branch for testing
@meltyshev commented on GitHub (May 13, 2025):
This issue should be resolved in version 2 by configuring notifications with Apprise.
@guest20 commented on GitHub (May 13, 2025):
lol
@muzzah commented on GitHub (Nov 17, 2025):
@meltyshev Im using 2.0.0 rc4 and added the slack webhook into the notifications section but not seeing any notifications. Im also assuming their is a test notification button on the notifications settings panel for the added webhook but when I click it nothing happens and there is error log output in the docker logs.
Am i missing something? Is there any documentation around this as I dont see any in the docs?