<bugzilla> wiki query syntax

Field names:

Bug field Query field Table column
Bug number bug_id id
Bug title/summary short_desc summary
Bug status (UNCONFIRMED, NEW, ASSIGNED, RESOLVED, REOPENED, VERIFIED) bug_status status
Bug creation time (Unix timestamp?) creation_ts creation_time
Whiteboard string status_whiteboard whiteboard
Keywords (string?) keywords (?) keywords
List of dependent blocking bugs dependson depends_on
List of bugs blocked blocked blocks
Last change time (Unix timestamp?) delta_ts last_change_time
Platform rep_platform platform
Severity bug_severity severity
Ever confirmed? (i.e. status ever NEW or ASSIGNED?) everconfirmed ever_confirmed

Operators for testing field values:

Operator description Operator name
Equals equals
Not equals notequals
Less than lessthan
Greater than greaterthan
Matching regular expression regexp
Not matching regular expression notregexp
is_any (?) anyexact
Contains substring

(case-insensitive)

casesubstring
Contains substring (case-sensitive) substring
Does not contain substring (case-sensitive?) notsubstring
Contains all substrings (list of comma-separated strings) allwordssubstr
Contains any substrings (list of comma-separated strings) anywordssubstr
Does not contain any substrings (list of comma-separated strings) nowordssubstr
Contains all exact words (list of comma-separated strings) allwords
Contains any exact words (list of comma-separated strings) anywords
Does not contain any exact words (list of comma-separated strings) nowords
Changed from changedfrom
Changed to changedto
Changed by (email address?) changedby
Changed before (Unix timestamp?) changedbefore
Changed after (Unix timestamp?) changedafter