mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Hope to provide support for n8n #730
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 @hermer on GitHub (Jun 9, 2025).
Is this a feature for the backend or frontend?
Backend
What would you like?
Hope to provide support for n8n,I tried to install n8n-nodes-planka, but it wasn't available
Why is this needed?
It can achieve the automated processing of todo
Other information
No response
@hermer commented on GitHub (Jun 10, 2025):
Really needed!! Some periodic tasks can be accomplished; And I also have the same needs as him issues1002
@meltyshev commented on GitHub (Jun 10, 2025):
I completely agree that it would be fantastic to have this, as it could address many automation-related issues. I've already received an email from someone interested in adding it, though I'm not entirely sure about the current status of their progress. Alternatively, I'll take a closer look when I have some free time and at least get started on it.
@zezretro commented on GitHub (Jun 10, 2025):
I have had success using the HTTP API directly from inside N8N "HTTP Request Nodes".
For me, that wasn't so difficult, the harder part was that the API doesn't currently cover all the actions I would like to achieve.
Don't mean to sound negative, I like Planka a lot and an enthusiastic for its ongoing development
@warkrismagic commented on GitHub (Jun 27, 2025):
For those interested, I'm working on a project with Planka integration right now, and you don't need an n8n Planka node. Planka uses PosgreSQL and you can direct edit the database with SQL queries via n8n
@zezretro commented on GitHub (Jul 23, 2025):
I confirm I was able to get this working as well.
I exposed the postgres port from the docker compose and then connected to that port with my postgres client