mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Add links (references) to other cards in text #814
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 @apkuki on GitHub (Sep 17, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
I'd woud like to be able to easily link to other cards from within the card I am currently writing content in.
It could be something linke the "Link action" but as "Card".

After choosing that "insert card" option it should give the user an overview / search possibility of which card to link in the text.
This dialog could be oriented on the "Move card" dialog where you can filter by Board, List and the chose from a list of cards to link
-> Nice to have the Link would then automatically display as a link to the card, with the card name and properties shown in a specific design to keep it separated from traditional links. curerntly the only option is to copy & paste a card links such as /cards/1601352315514651973 into the text of another card...
Why is this needed?
People break down work in multiple steps. So cards are often linked to each other. There are Feature requests for adding a "Link Property" on card level such as "blocked by <-> blocks" -> which os more complex
By starting with giving to easy possibility to add references to other cards within the text it would already help to structure and link work in an easy fashion.
Also it makes it easier and nicer than currently needing to copy the URL of a card and add it as a plain link such as: /cards/1601352315514651973
Other information
No response
@knom commented on GitHub (Sep 25, 2025):
Also a relationship type: PARENT, CHILD, OTHER would be ideal!
So you can do a hierarchy: e.g. a "PROJECT" card that has children. (as per Getting-things-done).
Would be great if on the right side of the card, the parent or children would be visible.
@NDCallahan commented on GitHub (Oct 12, 2025):
Being able to link a task. to a parent would be splendid. Similar to Jira, azure devops, where you can have epics, stories, tasks, etc. the ability to link predecessors and successors between tasks/stories, would be fantastic as well.
@Tow96 commented on GitHub (Oct 27, 2025):
I know this is a very big overhaul to an existing application, but is there any possibility that the parent, child relationship could be added?