Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Associate filter with repository when added to board #388

Open
sfitts opened this issue May 1, 2020 · 1 comment
Open

Associate filter with repository when added to board #388

sfitts opened this issue May 1, 2020 · 1 comment

Comments

@sfitts
Copy link

sfitts commented May 1, 2020

Sometimes when adding a repository to a board you know that you will only want to see a specific sub-set of the issues that the repository contains. In this case it would be nice to have the ability to specify a filter which is always applied to the an added repository in the context of a given board.

The obvious workaround is to create a view which has the filter you want and then make sure that everyone accesses the board through that view.

@sfitts
Copy link
Author

sfitts commented May 3, 2020

Actually, I'm not sure that the view workaround works (at least not as we like). AFAICT there isn't a way to do an "or" in a filter. So you can't view "repoX or (repoY and mylabel)". If there is a way to do this that would be great, but so far I haven't found it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant