mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Feature]: Add project-level labels that can be shared across multiple boards #874
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 @PrabhatDagar on GitHub (Nov 28, 2025).
Which part of the project does this feature apply to?
Frontend, Backend
What would you like?
Currently, labels can only be created and used at the board level, which limits their usability when a project contains multiple related boards.
In many real-world workflows, boards under the same project are often interconnected. Having to recreate the same labels for each board is time-consuming and inconsistent.
It would be useful to introduce project-level default labels that can be created once and automatically made available across all boards within the same project, improving consistency and user convenience.
Why is this needed?
Reduce duplicate effort when setting up boards
Ensure uniform labeling across all related boards
Make it easier to manage large projects with multiple teams and workflows
Other information
No response