I'm using the github issue tracker for the first time, and I'm trying to manage a set of about 50 open issues. I would like to filter the set using standard Boolean queries over labels. But all I can figure out how to do is AND queries.
For example, I can show all issues that are labelled both view/controller
and easy meat
. But I do not know how to do any of the following queries:
Show me all open issues that are labeled
view/controller
but are not labeledeasy meat
.Show me all open issues that are labeled either
major refactoring
orneeds thought
.Show me every open issue that does not have any label.
I've searched and I've RTFM, and I can't find a way to ask these kinds of queries. Are such queries even possible? If so, how does one ask them?