Filter issues not in a specific project board #4666
Unanswered
dantebarba
asked this question in
Projects and Issues
Replies: 1 comment 1 reply
-
|
@dantebarba you can do |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently migrating a project-specific board to a organization-level board, so I was trying to filter all the issues that are present in one board but not in the other one. The idea was simple something like: "find all the issues that are not assigned to a project named xxxxx", but I couldn't manage to find a way to do it.
I've tried:
no:project:myboardnot project:myboardNone of these work. I can just use no:project but that's not what I want. I want to specify which project to filter out, so I guess the feature is missing.
Beta Was this translation helpful? Give feedback.
All reactions