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

Support custom boards with quicksearch query #62

Open
leif81 opened this issue Feb 10, 2017 · 0 comments
Open

Support custom boards with quicksearch query #62

leif81 opened this issue Feb 10, 2017 · 0 comments

Comments

@leif81
Copy link
Owner

leif81 commented Feb 10, 2017

There may be an advanced use case worth supporting where we want to fill a board with a custom list of bugs. These bugs may span multiple products or just fall into some very specific search criteria that we otherwise don't support filtering on.

This is a pretty niche use case, so building a UI to support this does not seem worth the effort. And would confuse the simple product and milestone use case we currently support and encourage. But if it were an advanced only thing controllable via the page URL, I could get behind that.

To do this we could leverage the existing Bugzilla quicksearch language. So a custom board page URL might look like:

e.g. index.html?quicksearch=ALL%20prod:foo,bar

And then internally it passes the quicksearch param value through to the REST API and the results are put on the board as normal:

e.g. /rest.cgi/bug?quicksearch=ALL%20prod:foo,bar

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

No branches or pull requests

1 participant