Type in one or more words (or pieces of words) to search for:

"Is this going to be a stand-up fight, sir, or another bug hunt?"

  • Private First Class William L. Hudson, "Aliens".

This is an overview of how to effectively use search in Bugzilla. For more general information about Bugzilla usage, including the jargon and shorthand that the Mozilla community uses in bug discussions, please look at Introduction toBugzilla page on Wiki.m.o.

The Basics

  • If you just put a word or series of words in the search box, Bugzilla will search the Product, Component, Keywords, Alias, Summary, Whiteboard, and Comment fields for your word or words.
  • Typing just a number in the search box will take you directly to the bug with that ID. Also, just typing the alias of a bug will take you to that bug.
  • Adding more terms narrows down the search, it does not expand it. (In other words, Bugzilla searches for bugs that match all your criteria, not bugs that match any of your criteria.)
  • Searching is case-insensitive. So table, Table, and TABLE are all the same.
  • Bugzilla does not just search for the exact word you put in, but also for any word that contains that word. So, for example, searching for "cat" would also find bugs that contain it as part of other words—for example, a bug mentioning "catch" or "certificate". It will not find partial words in the Comment or Keywords fields, though—only full words are matched, there.
  • By default, only open bugs are searched. If you want to know how to also search closed bugs, see the Advanced Shortcuts section.
  • If you want to search specific fields, you do it like field:value, where field is one of the field names lower down in this document and value is the value you want to search for in that field. If you put commas in the value, then it is interpreted as a list of values, and bugs that match any of those values will be searched for.

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.

  • All open bugs where userA@company.com is in the CC list (no need to mention open bugs, this is the default):
    cc:userA@company.com
  • All unconfirmed bugs in product productA (putting the bug status at the first position make it being automatically considered as a bug status):
    UNCONFIRMED product:productA
  • All open and closed bugs reported by userB@company.com (we must specify ALL as the first word, else only open bugs are taken into account):
    ALL reporter:userB@company.com
  • All open bugs with severity blocker or critical with the target milestone set to 2.5:
    severity:blocker,critical milestone:2.5
  • All open bugs in the component Research & Development with priority P1 or P2 (we must use quotes for the component as its name contains whitespaces):
    component:"Research & Development" priority:P1,P2

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_platform_rel can be referred to as platform_rel, 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
%Complete percentage_complete
a11y-review cf_a11y_review_project_flag
Accessibility Severity cf_accessibility_severity
Alias alias
Any field anything
Assignee assigned_toassigneeowner
Assignee Last Login Date assignee_last_login
Attachment description attachmentdescattachmentattachdesc
Attachment mime type attachmentmimetypeattachmimetype
b2g-ota-blocker cf_b2g_ota_blocker
backlog cf_backlog
blocking-b2g cf_blocking_b2g
blocking-basecamp cf_blocking_basecampblocking-basecamp
blocking-fennec1.0 cf_blocking_fennec10blocking-fennec1.0
blocking-fx cf_blocking_fxblocking-fx
blocking-kilimanjaro cf_blocking_kilimanjaroblocking-kilimanjaro
blocking-seamonkey2.1 cf_blocking_seamonkey21blocking-seamonkey2.1
blocking-thunderbird3.0 cf_blocking_thunderbird30blocking-thunderbird3.0
blocking-thunderbird3.1 cf_blocking_thunderbird31blocking-thunderbird3.1
blocking-thunderbird3.2 cf_blocking_thunderbird32blocking-thunderbird3.2
blocking-thunderbird5.0 cf_blocking_thunderbird33blocking-thunderbird3.3
blocking1.9.1 cf_blocking_191blocking1.9.1
blocking1.9.2 cf_blocking_192blocking1.9.2
blocking2.0 cf_blocking_20blocking2.0
Blocks blocked
bmo-component-move cf_bmo_component_move
Bug ID bug_id
Bug Interest bug_interest_ts
CC cc
Change Request cf_cab_review
Classification classification
Closed cf_last_resolved
colo-trip cf_colo_site
Comment descriptionlongdesccomment
Comment Tag comment_tag
Commenter commenter
Component component
Content content
Crash Signature cf_crash_signaturesig
data-science-status cf_data_science_status
Days since bug changed days_elapsed
Deadline deadline
Depends on dependson
Due Date cf_due_date
Duplicate of dup_id
Duplicates duplicates
Ever confirmed everconfirmed
feature-b2g cf_feature_b2g
Filed via filed_via
Flag Requestee requestee
Flag Setter setter
Flags flag
geckoview cf_geckoview
Group group
Hardware platform
Has STR cf_has_str
Hours Left remaining_time
Hours Worked work_time
Install Update Workflow cf_install_update_workflow
Is Triaged is_triaged
Iteration cf_fx_iteration
Keywords keywordskw
Last Visit last_visit_ts
Locale cf_locale
Machine State cf_machine_state
Mentor bug_mentormentor
Mozilla Project cf_mozilla_project
Number of CC cc_count
Number of Duplicates dupe_count
Number of See Also see_also_count
Office/Space cf_office
Opened creation_ts
Orig. Est. estimated_time
OS op_sysos
Performance Impact cf_performance_impact
platform-rel cf_platform_rel
Points cf_fx_points
Priority priority
Product product
Product Support Area (PSA) cf_data_science_product_support_area
QA Contact qa_contact
QA Whiteboard cf_qa_whiteboard
Rank cf_rank
Regressed by regressed_by
Regressions regressionsregresses
relnote-b2g cf_tracking_relnote_b2g
relnote-firefox cf_tracking_firefox_relnote
Reporter reporter
Resolution resolution
Restrict Comments restrict_comments
Root Cause cf_root_cause
See Also see_also
Severity severity
Status status
status-b2g-master cf_status_b2g_master
status-b2g-v1.1hd cf_status_b2g_1_1_hd
status-b2g-v1.2 cf_status_b2g_1_2
status-b2g-v1.3 cf_status_b2g_1_3
status-b2g-v1.3T cf_status_b2g_1_3t
status-b2g-v1.4 cf_status_b2g_1_4
status-b2g-v2.0 cf_status_b2g_2_0
status-b2g-v2.0M cf_status_b2g_2_0m
status-b2g-v2.1 cf_status_b2g_2_1
status-b2g-v2.1S cf_status_b2g_2_1_s
status-b2g-v2.2 cf_status_b2g_2_2
status-b2g-v2.2r cf_status_b2g_2_2r
status-b2g-v2.5 cf_status_b2g_2_5
status-b2g-v2.6 cf_status_b2g_2_6
status-b2g18 cf_status_b2g18
status-b2g18-v1.0.0 cf_status_b2g18_1_0_0
status-b2g18-v1.0.1 cf_status_b2g18_1_0_1
status-b2g30 cf_status_b2g30
status-bmo-push cf_status_bmo_push
status-conduit-push cf_status_conduit_push
status-firefox-beta cf_status_firefox_beta
status-firefox-esr cf_status_firefox_esr
status-firefox-esr10 cf_status_esr10status-esr1.0
status-firefox-esr102 cf_status_firefox_esr102
status-firefox-esr115 cf_status_firefox_esr115
status-firefox-esr17 cf_status_firefox_esr17
status-firefox-esr24 cf_status_firefox_esr24
status-firefox-esr31 cf_status_firefox_esr31
status-firefox-esr38 cf_status_firefox_esr38
status-firefox-esr45 cf_status_firefox_esr45
status-firefox-esr52 cf_status_firefox_esr52
status-firefox-esr60 cf_status_firefox_esr60
status-firefox-esr68 cf_status_firefox_esr68
status-firefox-esr78 cf_status_firefox_esr78
status-firefox-esr91 cf_status_firefox_esr91
status-firefox-nightly cf_status_firefox_nightly
status-firefox-release cf_status_firefox_release
status-firefox10 cf_status_firefox10status-firefox1.0
status-firefox100 cf_status_firefox100status-firefox1.0.0
status-firefox101 cf_status_firefox101status-firefox1.0.1
status-firefox102 cf_status_firefox102status-firefox1.0.2
status-firefox103 cf_status_firefox103status-firefox1.0.3
status-firefox104 cf_status_firefox104status-firefox1.0.4
status-firefox105 cf_status_firefox105status-firefox1.0.5
status-firefox106 cf_status_firefox106status-firefox1.0.6
status-firefox107 cf_status_firefox107status-firefox1.0.7
status-firefox108 cf_status_firefox108status-firefox1.0.8
status-firefox109 cf_status_firefox109status-firefox1.0.9
status-firefox11 cf_status_firefox11status-firefox1.1
status-firefox110 cf_status_firefox110status-firefox1.1.0
status-firefox111 cf_status_firefox111status-firefox1.1.1
status-firefox112 cf_status_firefox112status-firefox1.1.2
status-firefox113 cf_status_firefox113status-firefox1.1.3
status-firefox114 cf_status_firefox114status-firefox1.1.4
status-firefox115 cf_status_firefox115status-firefox1.1.5
status-firefox116 cf_status_firefox116status-firefox1.1.6
status-firefox117 cf_status_firefox117status-firefox1.1.7
status-firefox118 cf_status_firefox118status-firefox1.1.8
status-firefox119 cf_status_firefox119status-firefox1.1.9
status-firefox12 cf_status_firefox12status-firefox1.2
status-firefox120 cf_status_firefox120status-firefox1.2.0
status-firefox121 cf_status_firefox121status-firefox1.2.1
status-firefox122 cf_status_firefox122status-firefox1.2.2
status-firefox123 cf_status_firefox123status-firefox1.2.3
status-firefox124 cf_status_firefox124status-firefox1.2.4
status-firefox125 cf_status_firefox125status-firefox1.2.5
status-firefox126 cf_status_firefox126status-firefox1.2.6
status-firefox13 cf_status_firefox13status-firefox1.3
status-firefox14 cf_status_firefox14status-firefox1.4
status-firefox15 cf_status_firefox15status-firefox1.5
status-firefox16 cf_status_firefox16status-firefox1.6
status-firefox17 cf_status_firefox17status-firefox1.7
status-firefox18 cf_status_firefox18status-firefox1.8
status-firefox19 cf_status_firefox19status-firefox1.9
status-firefox20 cf_status_firefox20status-firefox2.0
status-firefox21 cf_status_firefox21status-firefox2.1
status-firefox22 cf_status_firefox22status-firefox2.2
status-firefox23 cf_status_firefox23status-firefox2.3
status-firefox24 cf_status_firefox24status-firefox2.4
status-firefox25 cf_status_firefox25status-firefox2.5
status-firefox26 cf_status_firefox26status-firefox2.6
status-firefox27 cf_status_firefox27status-firefox2.7
status-firefox28 cf_status_firefox28status-firefox2.8
status-firefox29 cf_status_firefox29status-firefox2.9
status-firefox30 cf_status_firefox30status-firefox3.0
status-firefox31 cf_status_firefox31status-firefox3.1
status-firefox32 cf_status_firefox32status-firefox3.2
status-firefox33 cf_status_firefox33status-firefox3.3
status-firefox34 cf_status_firefox34status-firefox3.4
status-firefox35 cf_status_firefox35status-firefox3.5
status-firefox36 cf_status_firefox36status-firefox3.6
status-firefox37 cf_status_firefox37status-firefox3.7
status-firefox38 cf_status_firefox38status-firefox3.8
status-firefox38.0.5 cf_status_firefox38_0_5
status-firefox39 cf_status_firefox39status-firefox3.9
status-firefox40 cf_status_firefox40status-firefox4.0
status-firefox41 cf_status_firefox41status-firefox4.1
status-firefox42 cf_status_firefox42status-firefox4.2
status-firefox43 cf_status_firefox43status-firefox4.3
status-firefox44 cf_status_firefox44status-firefox4.4
status-firefox45 cf_status_firefox45status-firefox4.5
status-firefox46 cf_status_firefox46status-firefox4.6
status-firefox47 cf_status_firefox47status-firefox4.7
status-firefox48 cf_status_firefox48status-firefox4.8
status-firefox49 cf_status_firefox49status-firefox4.9
status-firefox5 cf_status_firefox5status-firefox5
status-firefox50 cf_status_firefox50status-firefox5.0
status-firefox51 cf_status_firefox51status-firefox5.1
status-firefox52 cf_status_firefox52status-firefox5.2
status-firefox53 cf_status_firefox53status-firefox5.3
status-firefox54 cf_status_firefox54status-firefox5.4
status-firefox55 cf_status_firefox55status-firefox5.5
status-firefox56 cf_status_firefox56status-firefox5.6
status-firefox57 cf_status_firefox57status-firefox5.7
status-firefox58 cf_status_firefox58status-firefox5.8
status-firefox59 cf_status_firefox59status-firefox5.9
status-firefox6 cf_status_firefox6status-firefox6
status-firefox60 cf_status_firefox60status-firefox6.0
status-firefox61 cf_status_firefox61status-firefox6.1
status-firefox62 cf_status_firefox62status-firefox6.2
status-firefox63 cf_status_firefox63status-firefox6.3
status-firefox64 cf_status_firefox64status-firefox6.4
status-firefox65 cf_status_firefox65status-firefox6.5
status-firefox66 cf_status_firefox66status-firefox6.6
status-firefox67 cf_status_firefox67status-firefox6.7
status-firefox67.0.1 cf_status_firefox67_0_1
status-firefox68 cf_status_firefox68status-firefox6.8
status-firefox69 cf_status_firefox69status-firefox6.9
status-firefox7 cf_status_firefox7status-firefox7
status-firefox70 cf_status_firefox70status-firefox7.0
status-firefox71 cf_status_firefox71status-firefox7.1
status-firefox72 cf_status_firefox72status-firefox7.2
status-firefox73 cf_status_firefox73status-firefox7.3
status-firefox74 cf_status_firefox74status-firefox7.4
status-firefox75 cf_status_firefox75status-firefox7.5
status-firefox76 cf_status_firefox76status-firefox7.6
status-firefox77 cf_status_firefox77status-firefox7.7
status-firefox78 cf_status_firefox78status-firefox7.8
status-firefox79 cf_status_firefox79status-firefox7.9
status-firefox8 cf_status_firefox8status-firefox8
status-firefox80 cf_status_firefox80status-firefox8.0
status-firefox81 cf_status_firefox81status-firefox8.1
status-firefox82 cf_status_firefox82status-firefox8.2
status-firefox83 cf_status_firefox83status-firefox8.3
status-firefox84 cf_status_firefox84status-firefox8.4
status-firefox85 cf_status_firefox85status-firefox8.5
status-firefox86 cf_status_firefox86status-firefox8.6
status-firefox87 cf_status_firefox87status-firefox8.7
status-firefox88 cf_status_firefox88status-firefox8.8
status-firefox89 cf_status_firefox89status-firefox8.9
status-firefox9 cf_status_firefox9status-firefox9
status-firefox90 cf_status_firefox90status-firefox9.0
status-firefox91 cf_status_firefox91status-firefox9.1
status-firefox92 cf_status_firefox92status-firefox9.2
status-firefox93 cf_status_firefox93status-firefox9.3
status-firefox94 cf_status_firefox94status-firefox9.4
status-firefox95 cf_status_firefox95status-firefox9.5
status-firefox96 cf_status_firefox96status-firefox9.6
status-firefox97 cf_status_firefox97status-firefox9.7
status-firefox98 cf_status_firefox98status-firefox9.8
status-firefox99 cf_status_firefox99status-firefox9.9
status-flowstate-0.1 cf_status_flowstate01status-flowstate0.1
status-flowstate-0.2 cf_status_flowstate02status-flowstate0.2
status-flowstate-0.3 cf_status_flowstate03status-flowstate0.3
status-fxios-v1.0 cf_status_fxios_v1_0
status-fxios-v1.0.5 cf_status_fxios_v1_0_5
status-fxios-v1.1 cf_status_fxios_v1_1
status-fxios-v10.0 cf_status_fxios_v10_0
status-fxios-v10.1 cf_status_fxios_v10_1
status-fxios-v10.2 cf_status_fxios_v10_2
status-fxios-v10.5 cf_status_fxios_v10_5
status-fxios-v10.6 cf_status_fxios_v10_6
status-fxios-v11.0 cf_status_fxios_v11_0
status-fxios-v11.1 cf_status_fxios_v11_1
status-fxios-v12.0 cf_status_fxios_v12_0
status-fxios-v12.1 cf_status_fxios_v12_1
status-fxios-v12.2 cf_status_fxios_v12_2
status-fxios-v13.0 cf_status_fxios_v13_0
status-fxios-v13.1 cf_status_fxios_v13_1
status-fxios-v13.2 cf_status_fxios_v13_2
status-fxios-v13.3 cf_status_fxios_v13_3
status-fxios-v14.0 cf_status_fxios_v14_0
status-fxios-v14.1 cf_status_fxios_v14_1
status-fxios-v14.2 cf_status_fxios_v14_2
status-fxios-v14.3 cf_status_fxios_v14_3
status-fxios-v15.0 cf_status_fxios_v15_0
status-fxios-v15.1 cf_status_fxios_v15_1
status-fxios-v16.0 cf_status_fxios_v16_0
status-fxios-v2.0 cf_status_fxios_v2_0
status-fxios-v3.0 cf_status_fxios_v3_0
status-fxios-v4.0 cf_status_fxios_v4_0
status-fxios-v5.0 cf_status_fxios_v5_0
status-fxios-v5.1 cf_status_fxios_v5_1
status-fxios-v5.2 cf_status_fxios_v5_2
status-fxios-v5.3 cf_status_fxios_v5_3
status-fxios-v6.0 cf_status_fxios_v6_0
status-fxios-v6.1 cf_status_fxios_v6_1
status-fxios-v7.0 cf_status_fxios_v7_0
status-fxios-v7.1 cf_status_fxios_v7_1
status-fxios-v7.2 cf_status_fxios_v7_2
status-fxios-v7.3 cf_status_fxios_v7_3
status-fxios-v7.4 cf_status_fxios_v7_4
status-fxios-v7.5 cf_status_fxios_v7_5
status-fxios-v7.6 cf_status_fxios_v7_6
status-fxios-v8.0 cf_status_fxios_v8_0
status-fxios-v8.1 cf_status_fxios_v8_1
status-fxios-v8.2 cf_status_fxios_v8_2
status-fxios-v8.3 cf_status_fxios_v8_3
status-fxios-v8.4 cf_status_fxios_v8_4
status-fxios-v9.0 cf_status_fxios_v9_0
status-fxios-v9.1 cf_status_fxios_v9_1
status-fxios-v9.2 cf_status_fxios_v9_2
status-fxios-v9.3 cf_status_fxios_v9_3
status-fxios-v9.4 cf_status_fxios_v9_4
status-geckoview62 cf_status_geckoview62status-geckoview6.2
status-geckoview63 cf_status_geckoview63status-geckoview6.3
status-geckoview64 cf_status_geckoview64status-geckoview6.4
status-geckoview65 cf_status_geckoview65status-geckoview6.5
status-geckoview66 cf_status_geckoview66status-geckoview6.6
status-seamonkey2.1 cf_status_seamonkey21status-seamonkey2.1
status-seamonkey2.10 cf_status_seamonkey210status-seamonkey2.1.0
status-seamonkey2.11 cf_status_seamonkey211status-seamonkey2.1.1
status-seamonkey2.12 cf_status_seamonkey212status-seamonkey2.1.2
status-seamonkey2.13 cf_status_seamonkey213status-seamonkey2.1.3
status-seamonkey2.14 cf_status_seamonkey214status-seamonkey2.1.4
status-seamonkey2.15 cf_status_seamonkey215status-seamonkey2.1.5
status-seamonkey2.16 cf_status_seamonkey216status-seamonkey2.1.6
status-seamonkey2.17 cf_status_seamonkey217status-seamonkey2.1.7
status-seamonkey2.18 cf_status_seamonkey218status-seamonkey2.1.8
status-seamonkey2.19 cf_status_seamonkey219status-seamonkey2.1.9
status-seamonkey2.2 cf_status_seamonkey22status-seamonkey2.2
status-seamonkey2.20 cf_status_seamonkey220status-seamonkey2.2.0
status-seamonkey2.21 cf_status_seamonkey221status-seamonkey2.2.1
status-seamonkey2.22 cf_status_seamonkey222status-seamonkey2.2.2
status-seamonkey2.23 cf_status_seamonkey223status-seamonkey2.2.3
status-seamonkey2.24 cf_status_seamonkey224status-seamonkey2.2.4
status-seamonkey2.25 cf_status_seamonkey225status-seamonkey2.2.5
status-seamonkey2.26 cf_status_seamonkey226status-seamonkey2.2.6
status-seamonkey2.27 cf_status_seamonkey227status-seamonkey2.2.7
status-seamonkey2.28 cf_status_seamonkey228status-seamonkey2.2.8
status-seamonkey2.29 cf_status_seamonkey229status-seamonkey2.2.9
status-seamonkey2.3 cf_status_seamonkey23status-seamonkey2.3
status-seamonkey2.30 cf_status_seamonkey230status-seamonkey2.3.0
status-seamonkey2.31 cf_status_seamonkey231status-seamonkey2.3.1
status-seamonkey2.32 cf_status_seamonkey232status-seamonkey2.3.2
status-seamonkey2.33 cf_status_seamonkey233status-seamonkey2.3.3
status-seamonkey2.34 cf_status_seamonkey234status-seamonkey2.3.4
status-seamonkey2.35 cf_status_seamonkey235status-seamonkey2.3.5
status-seamonkey2.36 cf_status_seamonkey236status-seamonkey2.3.6
status-seamonkey2.37 cf_status_seamonkey237status-seamonkey2.3.7
status-seamonkey2.38 cf_status_seamonkey238status-seamonkey2.3.8
status-seamonkey2.39 cf_status_seamonkey239status-seamonkey2.3.9
status-seamonkey2.4 cf_status_seamonkey24status-seamonkey2.4
status-seamonkey2.40 cf_status_seamonkey240status-seamonkey2.4.0
status-seamonkey2.41 cf_status_seamonkey241status-seamonkey2.4.1
status-seamonkey2.42 cf_status_seamonkey242status-seamonkey2.4.2
status-seamonkey2.43 cf_status_seamonkey243status-seamonkey2.4.3
status-seamonkey2.44 cf_status_seamonkey244status-seamonkey2.4.4
status-seamonkey2.45 cf_status_seamonkey245status-seamonkey2.4.5
status-seamonkey2.46 cf_status_seamonkey246status-seamonkey2.4.6
status-seamonkey2.47 cf_status_seamonkey247status-seamonkey2.4.7
status-seamonkey2.48 cf_status_seamonkey248status-seamonkey2.4.8
status-seamonkey2.49esr cf_status_seamonkey249status-seamonkey2.4.9
status-seamonkey2.5 cf_status_seamonkey25status-seamonkey2.5
status-seamonkey2.50 cf_status_seamonkey250status-seamonkey2.5.0
status-seamonkey2.51 cf_status_seamonkey251status-seamonkey2.5.1
status-seamonkey2.52 cf_status_seamonkey252status-seamonkey2.5.2
status-seamonkey2.53 cf_status_seamonkey253status-seamonkey2.5.3
status-seamonkey2.54 cf_status_seamonkey254status-seamonkey2.5.4
status-seamonkey2.55 cf_status_seamonkey255status-seamonkey2.5.5
status-seamonkey2.56 cf_status_seamonkey256status-seamonkey2.5.6
status-seamonkey2.57esr cf_status_seamonkey257esr
status-seamonkey2.58 cf_status_seamonkey258status-seamonkey2.5.8
status-seamonkey2.59 cf_status_seamonkey259status-seamonkey2.5.9
status-seamonkey2.6 cf_status_seamonkey26status-seamonkey2.6
status-seamonkey2.60 cf_status_seamonkey260status-seamonkey2.6.0
status-seamonkey2.63 cf_status_seamonkey263status-seamonkey2.6.3
status-seamonkey2.7 cf_status_seamonkey27status-seamonkey2.7
status-seamonkey2.8 cf_status_seamonkey28status-seamonkey2.8
status-seamonkey2.9 cf_status_seamonkey29status-seamonkey2.9
status-thunderbird-beta cf_status_thunderbird_beta
status-thunderbird-esr10 cf_status_thunderbird_esr10
status-thunderbird-esr17 cf_status_thunderbird_esr17
status-thunderbird-nightly cf_status_thunderbird_nightly
status-thunderbird-release cf_status_thunderbird_release
status-thunderbird10 cf_status_thunderbird10status-thunderbird1.0
status-thunderbird100 cf_status_thunderbird_100
status-thunderbird101 cf_status_thunderbird_101
status-thunderbird102 cf_status_thunderbird_102
status-thunderbird103 cf_status_thunderbird_103
status-thunderbird104 cf_status_thunderbird_104
status-thunderbird105 cf_status_thunderbird_105
status-thunderbird106 cf_status_thunderbird_106
status-thunderbird107 cf_status_thunderbird_107
status-thunderbird108 cf_status_thunderbird_108
status-thunderbird109 cf_status_thunderbird_109
status-thunderbird11 cf_status_thunderbird11status-thunderbird1.1
status-thunderbird110 cf_status_thunderbird_110
status-thunderbird111 cf_status_thunderbird_111
status-thunderbird112 cf_status_thunderbird_112
status-thunderbird113 cf_status_thunderbird_113
status-thunderbird114 cf_status_thunderbird_114
status-thunderbird115 cf_status_thunderbird_115
status-thunderbird116 cf_status_thunderbird_116
status-thunderbird117 cf_status_thunderbird_117
status-thunderbird118 cf_status_thunderbird_118
status-thunderbird119 cf_status_thunderbird_119
status-thunderbird12 cf_status_thunderbird12status-thunderbird1.2
status-thunderbird120 cf_status_thunderbird_120
status-thunderbird121 cf_status_thunderbird_121
status-thunderbird122 cf_status_thunderbird_122
status-thunderbird123 cf_status_thunderbird_123
status-thunderbird124 cf_status_thunderbird_124
status-thunderbird125 cf_status_thunderbird_125
status-thunderbird126 cf_status_thunderbird_126
status-thunderbird13 cf_status_thunderbird13status-thunderbird1.3
status-thunderbird14 cf_status_thunderbird14status-thunderbird1.4
status-thunderbird15 cf_status_thunderbird15status-thunderbird1.5
status-thunderbird16 cf_status_thunderbird16status-thunderbird1.6
status-thunderbird17 cf_status_thunderbird17status-thunderbird1.7
status-thunderbird18 cf_status_thunderbird18status-thunderbird1.8
status-thunderbird19 cf_status_thunderbird19status-thunderbird1.9
status-thunderbird20 cf_status_thunderbird20status-thunderbird2.0
status-thunderbird21 cf_status_thunderbird21status-thunderbird2.1
status-thunderbird22 cf_status_thunderbird22status-thunderbird2.2
status-thunderbird23 cf_status_thunderbird23status-thunderbird2.3
status-thunderbird24 cf_status_thunderbird24status-thunderbird2.4
status-thunderbird25 cf_status_thunderbird25status-thunderbird2.5
status-thunderbird26 cf_status_thunderbird26status-thunderbird2.6
status-thunderbird27 cf_status_thunderbird27status-thunderbird2.7
status-thunderbird28 cf_status_thunderbird28status-thunderbird2.8
status-thunderbird29 cf_status_thunderbird29status-thunderbird2.9
status-thunderbird3.0 cf_status_thunderbird30status-thunderbird3.0
status-thunderbird3.1 cf_status_thunderbird31status-thunderbird3.1
status-thunderbird3.2 cf_status_thunderbird32status-thunderbird3.2
status-thunderbird30 cf_status_thunderbird_30
status-thunderbird31 cf_status_thunderbird_31
status-thunderbird32 cf_status_thunderbird_32
status-thunderbird33 cf_status_thunderbird_33
status-thunderbird34 cf_status_thunderbird_34
status-thunderbird35 cf_status_thunderbird_35
status-thunderbird36 cf_status_thunderbird_36
status-thunderbird37 cf_status_thunderbird_37
status-thunderbird38 cf_status_thunderbird_38
status-thunderbird39 cf_status_thunderbird_39
status-thunderbird40 cf_status_thunderbird_40
status-thunderbird41 cf_status_thunderbird_41
status-thunderbird42 cf_status_thunderbird_42
status-thunderbird43 cf_status_thunderbird_43
status-thunderbird44 cf_status_thunderbird_44
status-thunderbird45 cf_status_thunderbird_45
status-thunderbird46 cf_status_thunderbird_46
status-thunderbird47 cf_status_thunderbird_47
status-thunderbird48 cf_status_thunderbird_48
status-thunderbird49 cf_status_thunderbird_49
status-thunderbird5.0 cf_status_thunderbird33status-thunderbird3.3
status-thunderbird50 cf_status_thunderbird_50
status-thunderbird51 cf_status_thunderbird_51
status-thunderbird52 cf_status_thunderbird_52
status-thunderbird53 cf_status_thunderbird_53
status-thunderbird54 cf_status_thunderbird_54
status-thunderbird55 cf_status_thunderbird_55
status-thunderbird56 cf_status_thunderbird_56
status-thunderbird57 cf_status_thunderbird_57
status-thunderbird58 cf_status_thunderbird_58
status-thunderbird59 cf_status_thunderbird_59
status-thunderbird6 cf_status_thunderbird6status-thunderbird6
status-thunderbird60 cf_status_thunderbird_60
status-thunderbird61 cf_status_thunderbird_61
status-thunderbird62 cf_status_thunderbird_62
status-thunderbird63 cf_status_thunderbird_63
status-thunderbird64 cf_status_thunderbird_64
status-thunderbird65 cf_status_thunderbird_65
status-thunderbird66 cf_status_thunderbird_66
status-thunderbird67 cf_status_thunderbird_67
status-thunderbird68 cf_status_thunderbird_68
status-thunderbird69 cf_status_thunderbird_69
status-thunderbird7 cf_status_thunderbird7status-thunderbird7
status-thunderbird70 cf_status_thunderbird_70
status-thunderbird71 cf_status_thunderbird_71
status-thunderbird72 cf_status_thunderbird_72
status-thunderbird73 cf_status_thunderbird_73
status-thunderbird74 cf_status_thunderbird_74
status-thunderbird75 cf_status_thunderbird_75
status-thunderbird76 cf_status_thunderbird_76
status-thunderbird77 cf_status_thunderbird_77
status-thunderbird78 cf_status_thunderbird_78
status-thunderbird79 cf_status_thunderbird_79
status-thunderbird8 cf_status_thunderbird8status-thunderbird8
status-thunderbird80 cf_status_thunderbird_80
status-thunderbird81 cf_status_thunderbird_81
status-thunderbird82 cf_status_thunderbird_82
status-thunderbird83 cf_status_thunderbird_83
status-thunderbird84 cf_status_thunderbird_84
status-thunderbird85 cf_status_thunderbird_85
status-thunderbird86 cf_status_thunderbird_86
status-thunderbird87 cf_status_thunderbird_87
status-thunderbird88 cf_status_thunderbird_88
status-thunderbird89 cf_status_thunderbird_89
status-thunderbird9 cf_status_thunderbird9status-thunderbird9
status-thunderbird90 cf_status_thunderbird_90
status-thunderbird91 cf_status_thunderbird_91
status-thunderbird92 cf_status_thunderbird_92
status-thunderbird93 cf_status_thunderbird_93
status-thunderbird94 cf_status_thunderbird_94
status-thunderbird95 cf_status_thunderbird_95
status-thunderbird96 cf_status_thunderbird_96
status-thunderbird97 cf_status_thunderbird_97
status-thunderbird98 cf_status_thunderbird_98
status-thunderbird99 cf_status_thunderbird_99
status-thunderbird_esr102 cf_status_thunderbird_esr102
status-thunderbird_esr115 cf_status_thunderbird_esr115
status-thunderbird_esr24 cf_status_thunderbird_esr24
status-thunderbird_esr31 cf_status_thunderbird_esr31
status-thunderbird_esr38 cf_status_thunderbird_esr38
status-thunderbird_esr45 cf_status_thunderbird_esr45
status-thunderbird_esr52 cf_status_thunderbird_esr52
status-thunderbird_esr60 cf_status_thunderbird_esr60
status-thunderbird_esr68 cf_status_thunderbird_esr68
status-thunderbird_esr78 cf_status_thunderbird_esr78
status-thunderbird_esr91 cf_status_thunderbird_esr91
status1.9.1 cf_status_191status1.9.1
status1.9.2 cf_status_192status1.9.2
status2.0 cf_status_20status2.0
Summary short_descsummary
Tags tag
Target Milestone target_milestonemilestone
Team Name team_name
Time Since Assignee Touched owner_idle_time
tracking-b2g cf_tracking_b2g
tracking-b2g-v1.2 cf_tracking_b2g_v1_2
tracking-b2g-v1.3 cf_tracking_b2g_v1_3
tracking-b2g18 cf_tracking_b2g18
tracking-bmo-push cf_tracking_bmo_push
tracking-conduit-push cf_tracking_conduit_push
tracking-e10s cf_tracking_e10s
tracking-fennec cf_blocking_fennecblocking-fennec
tracking-firefox-beta cf_tracking_firefox_beta
tracking-firefox-esr cf_tracking_firefox_esr
tracking-firefox-esr10 cf_tracking_esr10tracking-esr1.0
tracking-firefox-esr102 cf_tracking_firefox_esr102
tracking-firefox-esr115 cf_tracking_firefox_esr115
tracking-firefox-esr17 cf_tracking_firefox_esr17
tracking-firefox-esr24 cf_tracking_firefox_esr24
tracking-firefox-esr31 cf_tracking_firefox_esr31
tracking-firefox-esr38 cf_tracking_firefox_esr38
tracking-firefox-esr45 cf_tracking_firefox_esr45
tracking-firefox-esr52 cf_tracking_firefox_esr52
tracking-firefox-esr60 cf_tracking_firefox_esr60
tracking-firefox-esr68 cf_tracking_firefox_esr68
tracking-firefox-esr78 cf_tracking_firefox_esr78
tracking-firefox-esr91 cf_tracking_firefox_esr91
tracking-firefox-nightly cf_tracking_firefox_nightly
tracking-firefox-release cf_tracking_firefox_release
tracking-firefox10 cf_tracking_firefox10tracking-firefox1.0
tracking-firefox100 cf_tracking_firefox100tracking-firefox1.0.0
tracking-firefox101 cf_tracking_firefox101tracking-firefox1.0.1
tracking-firefox102 cf_tracking_firefox102tracking-firefox1.0.2
tracking-firefox103 cf_tracking_firefox103tracking-firefox1.0.3
tracking-firefox104 cf_tracking_firefox104tracking-firefox1.0.4
tracking-firefox105 cf_tracking_firefox105tracking-firefox1.0.5
tracking-firefox106 cf_tracking_firefox106tracking-firefox1.0.6
tracking-firefox107 cf_tracking_firefox107tracking-firefox1.0.7
tracking-firefox108 cf_tracking_firefox108tracking-firefox1.0.8
tracking-firefox109 cf_tracking_firefox109tracking-firefox1.0.9
tracking-firefox11 cf_tracking_firefox11tracking-firefox1.1
tracking-firefox110 cf_tracking_firefox110tracking-firefox1.1.0
tracking-firefox111 cf_tracking_firefox111tracking-firefox1.1.1
tracking-firefox112 cf_tracking_firefox112tracking-firefox1.1.2
tracking-firefox113 cf_tracking_firefox113tracking-firefox1.1.3
tracking-firefox114 cf_tracking_firefox114tracking-firefox1.1.4
tracking-firefox115 cf_tracking_firefox115tracking-firefox1.1.5
tracking-firefox116 cf_tracking_firefox116tracking-firefox1.1.6
tracking-firefox117 cf_tracking_firefox117tracking-firefox1.1.7
tracking-firefox118 cf_tracking_firefox118tracking-firefox1.1.8
tracking-firefox119 cf_tracking_firefox119tracking-firefox1.1.9
tracking-firefox12 cf_tracking_firefox12tracking-firefox1.2
tracking-firefox120 cf_tracking_firefox120tracking-firefox1.2.0
tracking-firefox121 cf_tracking_firefox121tracking-firefox1.2.1
tracking-firefox122 cf_tracking_firefox122tracking-firefox1.2.2
tracking-firefox123 cf_tracking_firefox123tracking-firefox1.2.3
tracking-firefox124 cf_tracking_firefox124tracking-firefox1.2.4
tracking-firefox125 cf_tracking_firefox125tracking-firefox1.2.5
tracking-firefox126 cf_tracking_firefox126tracking-firefox1.2.6
tracking-firefox13 cf_tracking_firefox13tracking-firefox1.3
tracking-firefox14 cf_tracking_firefox14tracking-firefox1.4
tracking-firefox15 cf_tracking_firefox15tracking-firefox1.5
tracking-firefox16 cf_tracking_firefox16tracking-firefox1.6
tracking-firefox17 cf_tracking_firefox17tracking-firefox1.7
tracking-firefox18 cf_tracking_firefox18tracking-firefox1.8
tracking-firefox19 cf_tracking_firefox19tracking-firefox1.9
tracking-firefox20 cf_tracking_firefox20tracking-firefox2.0
tracking-firefox21 cf_tracking_firefox21tracking-firefox2.1
tracking-firefox22 cf_tracking_firefox22tracking-firefox2.2
tracking-firefox23 cf_tracking_firefox23tracking-firefox2.3
tracking-firefox24 cf_tracking_firefox24tracking-firefox2.4
tracking-firefox25 cf_tracking_firefox25tracking-firefox2.5
tracking-firefox26 cf_tracking_firefox26tracking-firefox2.6
tracking-firefox27 cf_tracking_firefox27tracking-firefox2.7
tracking-firefox28 cf_tracking_firefox28tracking-firefox2.8
tracking-firefox29 cf_tracking_firefox29tracking-firefox2.9
tracking-firefox30 cf_tracking_firefox30tracking-firefox3.0
tracking-firefox31 cf_tracking_firefox31tracking-firefox3.1
tracking-firefox32 cf_tracking_firefox32tracking-firefox3.2
tracking-firefox33 cf_tracking_firefox33tracking-firefox3.3
tracking-firefox34 cf_tracking_firefox34tracking-firefox3.4
tracking-firefox35 cf_tracking_firefox35tracking-firefox3.5
tracking-firefox36 cf_tracking_firefox36tracking-firefox3.6
tracking-firefox37 cf_tracking_firefox37tracking-firefox3.7
tracking-firefox38 cf_tracking_firefox38tracking-firefox3.8
tracking-firefox38.0.5 cf_tracking_firefox38_0_5
tracking-firefox39 cf_tracking_firefox39tracking-firefox3.9
tracking-firefox40 cf_tracking_firefox40tracking-firefox4.0
tracking-firefox41 cf_tracking_firefox41tracking-firefox4.1
tracking-firefox42 cf_tracking_firefox42tracking-firefox4.2
tracking-firefox43 cf_tracking_firefox43tracking-firefox4.3
tracking-firefox44 cf_tracking_firefox44tracking-firefox4.4
tracking-firefox45 cf_tracking_firefox45tracking-firefox4.5
tracking-firefox46 cf_tracking_firefox46tracking-firefox4.6
tracking-firefox47 cf_tracking_firefox47tracking-firefox4.7
tracking-firefox48 cf_tracking_firefox48tracking-firefox4.8
tracking-firefox49 cf_tracking_firefox49tracking-firefox4.9
tracking-firefox5 cf_tracking_firefox5tracking-firefox5
tracking-firefox50 cf_tracking_firefox50tracking-firefox5.0
tracking-firefox51 cf_tracking_firefox51tracking-firefox5.1
tracking-firefox52 cf_tracking_firefox52tracking-firefox5.2
tracking-firefox53 cf_tracking_firefox53tracking-firefox5.3
tracking-firefox54 cf_tracking_firefox54tracking-firefox5.4
tracking-firefox55 cf_tracking_firefox55tracking-firefox5.5
tracking-firefox56 cf_tracking_firefox56tracking-firefox5.6
tracking-firefox57 cf_tracking_firefox57tracking-firefox5.7
tracking-firefox58 cf_tracking_firefox58tracking-firefox5.8
tracking-firefox59 cf_tracking_firefox59tracking-firefox5.9
tracking-firefox6 cf_tracking_firefox6tracking-firefox6
tracking-firefox60 cf_tracking_firefox60tracking-firefox6.0
tracking-firefox61 cf_tracking_firefox61tracking-firefox6.1
tracking-firefox62 cf_tracking_firefox62tracking-firefox6.2
tracking-firefox63 cf_tracking_firefox63tracking-firefox6.3
tracking-firefox64 cf_tracking_firefox64tracking-firefox6.4
tracking-firefox65 cf_tracking_firefox65tracking-firefox6.5
tracking-firefox66 cf_tracking_firefox66tracking-firefox6.6
tracking-firefox67 cf_tracking_firefox67tracking-firefox6.7
tracking-firefox67.0.1 cf_tracking_firefox67_0_1
tracking-firefox68 cf_tracking_firefox68tracking-firefox6.8
tracking-firefox69 cf_tracking_firefox69tracking-firefox6.9
tracking-firefox7 cf_tracking_firefox7tracking-firefox7
tracking-firefox70 cf_tracking_firefox70tracking-firefox7.0
tracking-firefox71 cf_tracking_firefox71tracking-firefox7.1
tracking-firefox72 cf_tracking_firefox72tracking-firefox7.2
tracking-firefox73 cf_tracking_firefox73tracking-firefox7.3
tracking-firefox74 cf_tracking_firefox74tracking-firefox7.4
tracking-firefox75 cf_tracking_firefox75tracking-firefox7.5
tracking-firefox76 cf_tracking_firefox76tracking-firefox7.6
tracking-firefox77 cf_tracking_firefox77tracking-firefox7.7
tracking-firefox78 cf_tracking_firefox78tracking-firefox7.8
tracking-firefox79 cf_tracking_firefox79tracking-firefox7.9
tracking-firefox8 cf_tracking_firefox8tracking-firefox8
tracking-firefox80 cf_tracking_firefox80tracking-firefox8.0
tracking-firefox81 cf_tracking_firefox81tracking-firefox8.1
tracking-firefox82 cf_tracking_firefox82tracking-firefox8.2
tracking-firefox83 cf_tracking_firefox83tracking-firefox8.3
tracking-firefox84 cf_tracking_firefox84tracking-firefox8.4
tracking-firefox85 cf_tracking_firefox85tracking-firefox8.5
tracking-firefox86 cf_tracking_firefox86tracking-firefox8.6
tracking-firefox87 cf_tracking_firefox87tracking-firefox8.7
tracking-firefox88 cf_tracking_firefox88tracking-firefox8.8
tracking-firefox89 cf_tracking_firefox89tracking-firefox8.9
tracking-firefox9 cf_tracking_firefox9tracking-firefox9
tracking-firefox90 cf_tracking_firefox90tracking-firefox9.0
tracking-firefox91 cf_tracking_firefox91tracking-firefox9.1
tracking-firefox92 cf_tracking_firefox92tracking-firefox9.2
tracking-firefox93 cf_tracking_firefox93tracking-firefox9.3
tracking-firefox94 cf_tracking_firefox94tracking-firefox9.4
tracking-firefox95 cf_tracking_firefox95tracking-firefox9.5
tracking-firefox96 cf_tracking_firefox96tracking-firefox9.6
tracking-firefox97 cf_tracking_firefox97tracking-firefox9.7
tracking-firefox98 cf_tracking_firefox98tracking-firefox9.8
tracking-firefox99 cf_tracking_firefox99tracking-firefox9.9
tracking-flowstate-0.1 cf_tracking_flowstate01tracking-flowstate0.1
tracking-flowstate-0.2 cf_tracking_flowstate02tracking-flowstate0.2
tracking-flowstate-0.3 cf_tracking_flowstate03tracking-flowstate0.3
tracking-fxios cf_tracking_fxiostracking-fxios
tracking-geckoview62 cf_tracking_geckoview62tracking-geckoview6.2
tracking-geckoview63 cf_tracking_geckoview63tracking-geckoview6.3
tracking-geckoview64 cf_tracking_geckoview64tracking-geckoview6.4
tracking-geckoview65 cf_tracking_geckoview65tracking-geckoview6.5
tracking-geckoview66 cf_tracking_geckoview66tracking-geckoview6.6
tracking-p11 cf_tracking_p11tracking-p1.1
tracking-seamonkey2.10 cf_tracking_seamonkey210tracking-seamonkey2.1.0
tracking-seamonkey2.11 cf_tracking_seamonkey211tracking-seamonkey2.1.1
tracking-seamonkey2.12 cf_tracking_seamonkey212tracking-seamonkey2.1.2
tracking-seamonkey2.13 cf_tracking_seamonkey213tracking-seamonkey2.1.3
tracking-seamonkey2.14 cf_tracking_seamonkey214tracking-seamonkey2.1.4
tracking-seamonkey2.15 cf_tracking_seamonkey215tracking-seamonkey2.1.5
tracking-seamonkey2.16 cf_tracking_seamonkey216tracking-seamonkey2.1.6
tracking-seamonkey2.17 cf_tracking_seamonkey217tracking-seamonkey2.1.7
tracking-seamonkey2.18 cf_tracking_seamonkey218tracking-seamonkey2.1.8
tracking-seamonkey2.19 cf_tracking_seamonkey219tracking-seamonkey2.1.9
tracking-seamonkey2.2 cf_tracking_seamonkey22tracking-seamonkey2.2
tracking-seamonkey2.20 cf_tracking_seamonkey220tracking-seamonkey2.2.0
tracking-seamonkey2.21 cf_tracking_seamonkey221tracking-seamonkey2.2.1
tracking-seamonkey2.22 cf_tracking_seamonkey222tracking-seamonkey2.2.2
tracking-seamonkey2.23 cf_tracking_seamonkey223tracking-seamonkey2.2.3
tracking-seamonkey2.24 cf_tracking_seamonkey224tracking-seamonkey2.2.4
tracking-seamonkey2.25 cf_tracking_seamonkey225tracking-seamonkey2.2.5
tracking-seamonkey2.26 cf_tracking_seamonkey226tracking-seamonkey2.2.6
tracking-seamonkey2.27 cf_tracking_seamonkey227tracking-seamonkey2.2.7
tracking-seamonkey2.28 cf_tracking_seamonkey228tracking-seamonkey2.2.8
tracking-seamonkey2.29 cf_tracking_seamonkey229tracking-seamonkey2.2.9
tracking-seamonkey2.3 cf_tracking_seamonkey23tracking-seamonkey2.3
tracking-seamonkey2.30 cf_tracking_seamonkey230tracking-seamonkey2.3.0
tracking-seamonkey2.31 cf_tracking_seamonkey231tracking-seamonkey2.3.1
tracking-seamonkey2.32 cf_tracking_seamonkey232tracking-seamonkey2.3.2
tracking-seamonkey2.33 cf_tracking_seamonkey233tracking-seamonkey2.3.3
tracking-seamonkey2.34 cf_tracking_seamonkey234tracking-seamonkey2.3.4
tracking-seamonkey2.35 cf_tracking_seamonkey235tracking-seamonkey2.3.5
tracking-seamonkey2.36 cf_tracking_seamonkey236tracking-seamonkey2.3.6
tracking-seamonkey2.37 cf_tracking_seamonkey237tracking-seamonkey2.3.7
tracking-seamonkey2.38 cf_tracking_seamonkey238tracking-seamonkey2.3.8
tracking-seamonkey2.39 cf_tracking_seamonkey239tracking-seamonkey2.3.9
tracking-seamonkey2.4 cf_tracking_seamonkey24tracking-seamonkey2.4
tracking-seamonkey2.40 cf_tracking_seamonkey240tracking-seamonkey2.4.0
tracking-seamonkey2.41 cf_tracking_seamonkey241tracking-seamonkey2.4.1
tracking-seamonkey2.42 cf_tracking_seamonkey242tracking-seamonkey2.4.2
tracking-seamonkey2.43 cf_tracking_seamonkey243tracking-seamonkey2.4.3
tracking-seamonkey2.44 cf_tracking_seamonkey244tracking-seamonkey2.4.4
tracking-seamonkey2.45 cf_tracking_seamonkey245tracking-seamonkey2.4.5
tracking-seamonkey2.46 cf_tracking_seamonkey246tracking-seamonkey2.4.6
tracking-seamonkey2.47 cf_tracking_seamonkey247tracking-seamonkey2.4.7
tracking-seamonkey2.48 cf_tracking_seamonkey248tracking-seamonkey2.4.8
tracking-seamonkey2.49esr cf_tracking_seamonkey249tracking-seamonkey2.4.9
tracking-seamonkey2.5 cf_tracking_seamonkey25tracking-seamonkey2.5
tracking-seamonkey2.50 cf_tracking_seamonkey250tracking-seamonkey2.5.0
tracking-seamonkey2.51 cf_tracking_seamonkey251tracking-seamonkey2.5.1
tracking-seamonkey2.52 cf_tracking_seamonkey252tracking-seamonkey2.5.2
tracking-seamonkey2.53 cf_tracking_seamonkey253tracking-seamonkey2.5.3
tracking-seamonkey2.54 cf_tracking_seamonkey254tracking-seamonkey2.5.4
tracking-seamonkey2.55 cf_tracking_seamonkey255tracking-seamonkey2.5.5
tracking-seamonkey2.56 cf_tracking_seamonkey256tracking-seamonkey2.5.6
tracking-seamonkey2.57esr cf_tracking_seamonkey257esr
tracking-seamonkey2.58 cf_tracking_seamonkey258tracking-seamonkey2.5.8
tracking-seamonkey2.59 cf_tracking_seamonkey259tracking-seamonkey2.5.9
tracking-seamonkey2.6 cf_tracking_seamonkey26tracking-seamonkey2.6
tracking-seamonkey2.60 cf_tracking_seamonkey260tracking-seamonkey2.6.0
tracking-seamonkey2.63 cf_tracking_seamonkey263tracking-seamonkey2.6.3
tracking-seamonkey2.7 cf_tracking_seamonkey27tracking-seamonkey2.7
tracking-seamonkey2.8 cf_tracking_seamonkey28tracking-seamonkey2.8
tracking-seamonkey2.9 cf_tracking_seamonkey29tracking-seamonkey2.9
tracking-thunderbird-beta cf_tracking_thunderbird_beta
tracking-thunderbird-esr10 cf_tracking_thunderbird_esr10
tracking-thunderbird-esr17 cf_tracking_thunderbird_esr17
tracking-thunderbird-nightly cf_tracking_thunderbird_nightly
tracking-thunderbird-release cf_tracking_thunderbird_release
tracking-thunderbird10 cf_tracking_thunderbird10tracking-thunderbird1.0
tracking-thunderbird100 cf_tracking_thunderbird_100
tracking-thunderbird101 cf_tracking_thunderbird_101
tracking-thunderbird102 cf_tracking_thunderbird_102
tracking-thunderbird103 cf_tracking_thunderbird_103
tracking-thunderbird104 cf_tracking_thunderbird_104
tracking-thunderbird105 cf_tracking_thunderbird_105
tracking-thunderbird106 cf_tracking_thunderbird_106
tracking-thunderbird107 cf_tracking_thunderbird_107
tracking-thunderbird108 cf_tracking_thunderbird_108
tracking-thunderbird109 cf_tracking_thunderbird_109
tracking-thunderbird11 cf_tracking_thunderbird11tracking-thunderbird1.1
tracking-thunderbird110 cf_tracking_thunderbird_110
tracking-thunderbird111 cf_tracking_thunderbird_111
tracking-thunderbird112 cf_tracking_thunderbird_112
tracking-thunderbird113 cf_tracking_thunderbird_113
tracking-thunderbird114 cf_tracking_thunderbird_114
tracking-thunderbird115 cf_tracking_thunderbird_115
tracking-thunderbird116 cf_tracking_thunderbird_116
tracking-thunderbird117 cf_tracking_thunderbird_117
tracking-thunderbird118 cf_tracking_thunderbird_118
tracking-thunderbird119 cf_tracking_thunderbird_119
tracking-thunderbird12 cf_tracking_thunderbird12tracking-thunderbird1.2
tracking-thunderbird120 cf_tracking_thunderbird_120
tracking-thunderbird121 cf_tracking_thunderbird_121
tracking-thunderbird122 cf_tracking_thunderbird_122
tracking-thunderbird123 cf_tracking_thunderbird_123
tracking-thunderbird124 cf_tracking_thunderbird_124
tracking-thunderbird125 cf_tracking_thunderbird_125
tracking-thunderbird126 cf_tracking_thunderbird_126
tracking-thunderbird13 cf_tracking_thunderbird13tracking-thunderbird1.3
tracking-thunderbird14 cf_tracking_thunderbird14tracking-thunderbird1.4
tracking-thunderbird15 cf_tracking_thunderbird15tracking-thunderbird1.5
tracking-thunderbird16 cf_tracking_thunderbird16tracking-thunderbird1.6
tracking-thunderbird17 cf_tracking_thunderbird17tracking-thunderbird1.7
tracking-thunderbird18 cf_tracking_thunderbird18tracking-thunderbird1.8
tracking-thunderbird19 cf_tracking_thunderbird19tracking-thunderbird1.9
tracking-thunderbird20 cf_tracking_thunderbird20tracking-thunderbird2.0
tracking-thunderbird21 cf_tracking_thunderbird21tracking-thunderbird2.1
tracking-thunderbird22 cf_tracking_thunderbird22tracking-thunderbird2.2
tracking-thunderbird23 cf_tracking_thunderbird23tracking-thunderbird2.3
tracking-thunderbird24 cf_tracking_thunderbird24tracking-thunderbird2.4
tracking-thunderbird25 cf_tracking_thunderbird25tracking-thunderbird2.5
tracking-thunderbird26 cf_tracking_thunderbird26tracking-thunderbird2.6
tracking-thunderbird27 cf_tracking_thunderbird27tracking-thunderbird2.7
tracking-thunderbird28 cf_tracking_thunderbird28tracking-thunderbird2.8
tracking-thunderbird29 cf_tracking_thunderbird29tracking-thunderbird2.9
tracking-thunderbird30 cf_tracking_thunderbird_30
tracking-thunderbird31 cf_tracking_thunderbird_31
tracking-thunderbird32 cf_tracking_thunderbird_32
tracking-thunderbird33 cf_tracking_thunderbird_33
tracking-thunderbird34 cf_tracking_thunderbird_34
tracking-thunderbird35 cf_tracking_thunderbird_35
tracking-thunderbird36 cf_tracking_thunderbird_36
tracking-thunderbird37 cf_tracking_thunderbird_37
tracking-thunderbird38 cf_tracking_thunderbird_38
tracking-thunderbird39 cf_tracking_thunderbird_39
tracking-thunderbird40 cf_tracking_thunderbird_40
tracking-thunderbird41 cf_tracking_thunderbird_41
tracking-thunderbird42 cf_tracking_thunderbird_42
tracking-thunderbird43 cf_tracking_thunderbird_43
tracking-thunderbird44 cf_tracking_thunderbird_44
tracking-thunderbird45 cf_tracking_thunderbird_45
tracking-thunderbird46 cf_tracking_thunderbird_46
tracking-thunderbird47 cf_tracking_thunderbird_47
tracking-thunderbird48 cf_tracking_thunderbird_48
tracking-thunderbird49 cf_tracking_thunderbird_49
tracking-thunderbird50 cf_tracking_thunderbird_50
tracking-thunderbird51 cf_tracking_thunderbird_51
tracking-thunderbird52 cf_tracking_thunderbird_52
tracking-thunderbird53 cf_tracking_thunderbird_53
tracking-thunderbird54 cf_tracking_thunderbird_54
tracking-thunderbird55 cf_tracking_thunderbird_55
tracking-thunderbird56 cf_tracking_thunderbird_56
tracking-thunderbird57 cf_tracking_thunderbird_57
tracking-thunderbird58 cf_tracking_thunderbird_58
tracking-thunderbird59 cf_tracking_thunderbird_59
tracking-thunderbird6 cf_tracking_thunderbird6tracking-thunderbird6
tracking-thunderbird60 cf_tracking_thunderbird_60
tracking-thunderbird61 cf_tracking_thunderbird_61
tracking-thunderbird62 cf_tracking_thunderbird_62
tracking-thunderbird63 cf_tracking_thunderbird_63
tracking-thunderbird64 cf_tracking_thunderbird_64
tracking-thunderbird65 cf_tracking_thunderbird_65
tracking-thunderbird66 cf_tracking_thunderbird_66
tracking-thunderbird67 cf_tracking_thunderbird_67
tracking-thunderbird68 cf_tracking_thunderbird_68
tracking-thunderbird69 cf_tracking_thunderbird_69
tracking-thunderbird7 cf_tracking_thunderbird7tracking-thunderbird7
tracking-thunderbird70 cf_tracking_thunderbird_70
tracking-thunderbird71 cf_tracking_thunderbird_71
tracking-thunderbird72 cf_tracking_thunderbird_72
tracking-thunderbird73 cf_tracking_thunderbird_73
tracking-thunderbird74 cf_tracking_thunderbird_74
tracking-thunderbird75 cf_tracking_thunderbird_75
tracking-thunderbird76 cf_tracking_thunderbird_76
tracking-thunderbird77 cf_tracking_thunderbird_77
tracking-thunderbird78 cf_tracking_thunderbird_78
tracking-thunderbird79 cf_tracking_thunderbird_79
tracking-thunderbird8 cf_tracking_thunderbird8tracking-thunderbird8
tracking-thunderbird80 cf_tracking_thunderbird_80
tracking-thunderbird81 cf_tracking_thunderbird_81
tracking-thunderbird82 cf_tracking_thunderbird_82
tracking-thunderbird83 cf_tracking_thunderbird_83
tracking-thunderbird84 cf_tracking_thunderbird_84
tracking-thunderbird85 cf_tracking_thunderbird_85
tracking-thunderbird86 cf_tracking_thunderbird_86
tracking-thunderbird87 cf_tracking_thunderbird_87
tracking-thunderbird88 cf_tracking_thunderbird_88
tracking-thunderbird89 cf_tracking_thunderbird_89
tracking-thunderbird9 cf_tracking_thunderbird9tracking-thunderbird9
tracking-thunderbird90 cf_tracking_thunderbird_90
tracking-thunderbird91 cf_tracking_thunderbird_91
tracking-thunderbird92 cf_tracking_thunderbird_92
tracking-thunderbird93 cf_tracking_thunderbird_93
tracking-thunderbird94 cf_tracking_thunderbird_94
tracking-thunderbird95 cf_tracking_thunderbird_95
tracking-thunderbird96 cf_tracking_thunderbird_96
tracking-thunderbird97 cf_tracking_thunderbird_97
tracking-thunderbird98 cf_tracking_thunderbird_98
tracking-thunderbird99 cf_tracking_thunderbird_99
tracking-thunderbird_esr102 cf_tracking_thunderbird_esr102
tracking-thunderbird_esr115 cf_tracking_thunderbird_esr115
tracking-thunderbird_esr24 cf_tracking_thunderbird_esr24
tracking-thunderbird_esr31 cf_tracking_thunderbird_esr31
tracking-thunderbird_esr38 cf_tracking_thunderbird_esr38
tracking-thunderbird_esr45 cf_tracking_thunderbird_esr45
tracking-thunderbird_esr52 cf_tracking_thunderbird_esr52
tracking-thunderbird_esr60 cf_tracking_thunderbird_esr60
tracking-thunderbird_esr68 cf_tracking_thunderbird_esr68
tracking-thunderbird_esr78 cf_tracking_thunderbird_esr78
tracking-thunderbird_esr91 cf_tracking_thunderbird_esr91
tracking-win cf_tracking_wintracking-win
Triage Owner triage_owner
Type type
Updated delta_ts
URL url
User Story cf_user_story
user-doc-firefox cf_tracking_firefox_sumo
ux-b2g cf_ux_b2g
Version version
Votes votes
Webcompat Priority cf_webcompat_priority
webextensions cf_blocking_webextensionsblocking-webextensions
Whiteboard whiteboardsw

Advanced Features

  • If you want to search for a phrase or something that contains spaces, commas, colons or quotes, you must put it in quotes, like: "yes, this is a phrase". You must also use quotes to search for characters that would otherwise be interpreted specially by quicksearch. For example, "this|that" would search for the literal string this|that and would not be parsed as "this OR that". Also, "-field:value" would search for the literal phrase -field:value and would not be parsed as "NOT field:value".
  • You can use AND, NOT, and OR in searches. You can also use - to mean "NOT", and | to mean "OR". There is no special character for "AND", because by default any search terms that are separated by a space are joined by an "AND". Examples:
    • NOT:
      Use -summary:foo to exclude bugs with foo in the summary.
      NOT summary:foo would have the same effect.
    • AND:
      foo bar searches for bugs that contains both foo and bar.
      foo AND bar would have the same effect.
    • OR:
      foo|bar would search for bugs that contain foo OR bar.
      foo OR bar would have the same effect.

    You cannot use | nor OR to enumerate possible values for a given field. You must use commas instead. So field:value1,value2 does what you expect, but field:value1|value2 would be treated as field:value1 OR value2, which means value2 is not bound to the given field.

    OR has higher precedence than AND; AND is the top level operation. For example:

    Searching for url|location bar|field -focus means (url OR location) AND (bar OR field) AND (NOT focus)

  • The default operator, colon (:), performs a substring match of the value. The following operators are supported:
    • : (substring):
      summary:foo will search for bugs where the summary contains foo.
    • = (equals):
      summary=foo will search for bugs where the summary is exactly foo.
    • != (notequals):
      summary!=foo will search for bugs where the summary is not foo.
    • > (greaterthan):
      creation_ts>-2w will search for bugs where that were created between two weeks ago and now, excluding bugs exactly two weeks old.
    • >= (greaterthaneq):
      creation_ts>=-2w will search for bugs where that were created between two weeks ago and now, including bugs exactly two weeks old.
    • < (lessthan):
      creation_ts<-2w will search for bugs where that were created more than two weeks ago, excluding bugs exactly two weeks old.
    • <= (lessthaneq):
      creation_ts<=-2w will search for bugs where that were created more than two weeks ago, including bugs exactly two weeks old.

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". Adding a '+' to the end of a status name will set the result limit to 0.
Resolution 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. Adding a '+' to the end of a resolution name will set the result limit to 0.
Priority "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.

Assignee @value
Product or Component :value
Keywords !value
Flags flag?requestee
Comment or Summary #value
Comment Searching Allows overriding of the comment searching preference.
"++comments" enables full-text search (all comments, slow)
"--comments" disables full-text search
"++description" enables description search (initial comment only)
"--description" disables description search
Summary or Whiteboard [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.

  • All bugs reported by userA@company.com or assigned to them (the initial @ is a shortcut for the assignee, see the Advanced Shortcuts section above):
    ALL @userA@company.com OR reporter:userA@company.com
  • All open bugs in product productA with either severity blocker, critical or major, or with priority P1, or with the blocker+ flag set, and which are neither assigned to userB@company.com nor to userC@company.com (we make the assumption that there are only two users matching userB and userC, else we would write the whole login name):
    :productA sev:blocker,critical,major OR pri:P1 OR flag:blocker+ -assign:userB,userC
  • All FIXED bugs with the blocker+ flag set, but without the approval+ nor approval? flags set:
    FIXED flag:blocker+ -flag:approval+ -flag:approval?
  • Bugs with That's a "unusual" issue in the bug summary (double quotes are escaped using \"):
    summary:"That's a \"unusual\" issue"