mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Add Filter: No Member attached #745
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 @ghost on GitHub (Jul 3, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
As a user, I'd like to be able to filter the board for all tasks that have no member attached.
Why is this needed?
We want to quickly identify tickets that have not yet been assigned to any member.
Other information
As a workaround, we currently map tickets without a member to the "NULL" member...
@symonbaikov commented on GitHub (Jul 5, 2025):
Working on this.