Closed Bug 938756 Opened 11 years ago Closed 11 years ago

Allow for ANDing and ORing in a single query

Categories

(Bugzilla :: Query/Bug List, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: bsilverberg, Unassigned)

Details

Perhaps this is already possible, but neither I nore my colleagues could figure it out. If I want to create a query that includes bugs where:

( Component == "Gaia::UI Tests" 
  OR
  Whiteboard contains "gaia-ui-test"
)
AND
( status-b2g-v1.2 == "affected"
  OR
  status-b2g-v1.2 == "?"
)

Is that possible? If so, how? If not, can this be considered an enhancement request?
This is possible since Bugzilla 4.2. But this is not the right place to ask for help. Please visit http://www.bugzilla.org/support for help.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
It is possible on https://bugzilla.mozilla.org/query.cgi?query_format=advanced , "Custom Search" section, "Show Advanced Features". 

Match ALL of the following:
 (
  Match ANY of the following separately:
  ...
 )
 (
  Match ANY of the following separately:
 )

But I have no idea how to enter bmo's flags which allow other statuses than ?,+,-. But that's bmo specific as I said, in upstream Bugzilla itself such queries are possible.
You need to log in before you can comment on or make changes to this bug.