makeplane / makeplane/plane

[feature]: filter selection with negative operator

Open
#8,510 3 comments 6 reactions 2 assignees View on GitHub

@vihar is already working on this.

Since Jan 8, 2026.

✨feature plane
Dominant language
TypeScript
Stars
59.6k
Forks
5.8k
Avg merge
1d 22h
Merged PRs (30d)
49

Description

Is there an existing issue for this?
  • I have searched the existing issues
Summary

Introduce negative filtering support

Allowing users to search and filter items by excluding specific criteria instead of only including them. Instead of “show only items that match X”, users could do “show everything except items that match X”.

Examples

  • Exclude labels: show items not labeled bug
  • Exclude assignees: show items not assigned to John
  • Exclude models: show all work-items except a specific module
Why should this be worked on?

Negative filters are essential when working with large backlogs and intake lists. They help users quickly focus on what still requires attention; for example, to exclude models, show all work-items except a specific module. When I have some work items with modules and some without, I can't really make a big filter if I want to show the work-items without filters and only some modules. This significantly improves usability, reduces manual scanning, and supports more advanced workflow and triage scenarios.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.