The Basics

Der Rest dieses Dokuments ist noch nicht übersetzt.

Examples of Simple Queries

Here are some examples of how to write some simple queries. Examples for more complex queries can be found lower in this page.

Fields You Can Search On

You can specify any of these fields like field:value in the search box, to search on them. You can also abbreviate the field name, as long as your abbreviation matches only one field name. So, for example, searching on stat:VERIFIED will find all Bugs in the VERIFIED status. Some fields have multiple names, and you can use any of those names to search for them.

For custom fields, they can be used and abbreviated based on the part of their name after the cf_ if you'd like, in addition to their standard name starting with cf_. So for example, cf_meldender can be referred to as meldender, also. However, if this causes a conflict between the standard Bugzilla field names and the custom field names, the standard field names always take precedence.

Field Field Name(s) For Search
% erledigt percentage_complete
Alias alias
Anfragesteller requestee
Anlagezeitpunkt creation_ts
Ansprechpartner cf_meldender
Aufwand (h) work_time
Berichterstatter reporter
Beschreibung des Anhangs attachmentdescattachmentattachdesc
Betriebssystem op_sysos
Blockiert blocked
Bug-ID bug_id
CC cc
Comment Tag comment_tag
Daten des Anhangs attachmentdataattachdata
Ersteller eines Kommentars commenter
Fälligkeit deadline
Gruppe group
Hardware platform
Hängt ab von dependson
Inhalt content
Jemals bestätigt everconfirmed
Klassifikation classification
Kommentar descriptionlongdesccomment
Komponente component
Kurzbeschreibung short_descsummary
Letzter Besuch last_visit_ts
Lösung resolution
Markierung gesetzt von setter
Markierungen flag
MIME-Inhaltstyp des Anhangs attachmentmimetypeattachmimetype
Name des Berichterstatters reporter_realname
Name des QS-Kontakts qa_contact_realname
Name des Zuständigen assigned_to_realname
Persönliche Schlagwörter tag
Priorität priority
Produkt product
QS-Kontakt qa_contact
Restaufw. (h) remaining_time
Schlüsselwörter keywordskw
Schwere severity
Siehe auch see_also
Status status
Statusnotiz whiteboardsw
Tage seit der letzten Bugänderung days_elapsed
Telefonnummmer Ansprechpartner cf_telefon
URI url
Urspr. Schätzg. (h) estimated_time
Version version
Zeit seit der letzten Änderung durch den Zuständigen owner_idle_time
Ziel-Meilenstein target_milestonemilestone
Zuletzt geändert delta_ts
Zuständiger assigned_toassigneeowner

Advanced Features

Advanced Shortcuts

In addition to using field names to search specific fields, there are certain characters or words that you can use as a "shortcut" for searching certain fields:

Field Shortcut(s)
Status Make the first word of your search the name of any status, or even an abbreviation of any status, and Bugs in that status will be searched. ALL is a special shortcut that means "all statuses". OPEN is a special shortcut that means "all open statuses".
Lösung Make the first word of your search the name of any resolution, or even an abbreviation of any resolution, and Bugs with that resolution will be searched. For example, making FIX the first word of your search will find all Bugs with a resolution of FIXED .
Priorität "P1" (as a word anywhere in the search) means "find Bugs with the highest priority. "P2" means the second-highest priority, and so on.

Searching for "P1-3" will find Bugs in any of the three highest priorities, and so on.

Zuständiger @value
Produkt or Komponente :value
Markierungen flag?requestee
Kommentar or Kurzbeschreibung #value

Examples of Complex Queries

It is pretty easy to write rather complex queries without too much effort. For very complex queries, you have to use the Advanced Search form.