Type in one or more words (or pieces of words) to search for:
- The Basics
- Examples of Simple Queries
- Fields You Can Search On
- Advanced Features
- Advanced Shortcuts
- Examples of Complex Queries
"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 [email protected] is in the CC list
(no need to mention open bugs, this is the default):
cc:[email protected] - 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 [email protected]
(we must specify ALL as the first word, else only open bugs
are taken into account):
ALL reporter:[email protected] - 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_tracking_p11 can be referred to as tracking_p11, 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_to, assignee, owner |
Assignee Last Login Date | assignee_last_login |
Attachment description | attachmentdesc, attachdesc, attachment |
Attachment mime type | attachmentmimetype, attachmimetype |
b2g-ota-blocker | cf_b2g_ota_blocker |
backlog | cf_backlog |
blocking-b2g | cf_blocking_b2g |
blocking-basecamp | cf_blocking_basecamp, blocking-basecamp |
blocking-fennec1.0 | cf_blocking_fennec10, blocking-fennec1.0 |
blocking-fx | cf_blocking_fx, blocking-fx |
blocking-kilimanjaro | cf_blocking_kilimanjaro, blocking-kilimanjaro |
blocking-seamonkey2.1 | cf_blocking_seamonkey21, blocking-seamonkey2.1 |
blocking-thunderbird3.0 | cf_blocking_thunderbird30, blocking-thunderbird3.0 |
blocking-thunderbird3.1 | cf_blocking_thunderbird31, blocking-thunderbird3.1 |
blocking-thunderbird3.2 | cf_blocking_thunderbird32, blocking-thunderbird3.2 |
blocking-thunderbird5.0 | cf_blocking_thunderbird33, blocking-thunderbird3.3 |
blocking1.9.1 | cf_blocking_191, blocking1.9.1 |
blocking1.9.2 | cf_blocking_192, blocking1.9.2 |
blocking2.0 | cf_blocking_20, blocking2.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 | description, longdesc, comment |
Comment Tag | comment_tag |
Commenter | commenter |
Component | component |
Content | content |
Crash Signature | cf_crash_signature, sig |
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 | keywords, kw |
Last Visit | last_visit_ts |
Locale | cf_locale |
Machine State | cf_machine_state |
Mentor | bug_mentor, mentor |
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_sys, os |
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 | regressions, regresses |
relnote-b2g | cf_tracking_relnote_b2g |
relnote-firefox | cf_tracking_firefox_relnote |
relnote-thunderbird | cf_tracking_thunderbird_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_esr10, status-esr1.0 |
status-firefox-esr102 | cf_status_firefox_esr102 |
status-firefox-esr115 | cf_status_firefox_esr115 |
status-firefox-esr128 | cf_status_firefox_esr128 |
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_firefox10, status-firefox1.0 |
status-firefox100 | cf_status_firefox100, status-firefox1.0.0 |
status-firefox101 | cf_status_firefox101, status-firefox1.0.1 |
status-firefox102 | cf_status_firefox102, status-firefox1.0.2 |
status-firefox103 | cf_status_firefox103, status-firefox1.0.3 |
status-firefox104 | cf_status_firefox104, status-firefox1.0.4 |
status-firefox105 | cf_status_firefox105, status-firefox1.0.5 |
status-firefox106 | cf_status_firefox106, status-firefox1.0.6 |
status-firefox107 | cf_status_firefox107, status-firefox1.0.7 |
status-firefox108 | cf_status_firefox108, status-firefox1.0.8 |
status-firefox109 | cf_status_firefox109, status-firefox1.0.9 |
status-firefox11 | cf_status_firefox11, status-firefox1.1 |
status-firefox110 | cf_status_firefox110, status-firefox1.1.0 |
status-firefox111 | cf_status_firefox111, status-firefox1.1.1 |
status-firefox112 | cf_status_firefox112, status-firefox1.1.2 |
status-firefox113 | cf_status_firefox113, status-firefox1.1.3 |
status-firefox114 | cf_status_firefox114, status-firefox1.1.4 |
status-firefox115 | cf_status_firefox115, status-firefox1.1.5 |
status-firefox116 | cf_status_firefox116, status-firefox1.1.6 |
status-firefox117 | cf_status_firefox117, status-firefox1.1.7 |
status-firefox118 | cf_status_firefox118, status-firefox1.1.8 |
status-firefox119 | cf_status_firefox119, status-firefox1.1.9 |
status-firefox12 | cf_status_firefox12, status-firefox1.2 |
status-firefox120 | cf_status_firefox120, status-firefox1.2.0 |
status-firefox121 | cf_status_firefox121, status-firefox1.2.1 |
status-firefox122 | cf_status_firefox122, status-firefox1.2.2 |
status-firefox123 | cf_status_firefox123, status-firefox1.2.3 |
status-firefox124 | cf_status_firefox124, status-firefox1.2.4 |
status-firefox125 | cf_status_firefox125, status-firefox1.2.5 |
status-firefox126 | cf_status_firefox126, status-firefox1.2.6 |
status-firefox127 | cf_status_firefox127, status-firefox1.2.7 |
status-firefox128 | cf_status_firefox128, status-firefox1.2.8 |
status-firefox129 | cf_status_firefox129, status-firefox1.2.9 |
status-firefox13 | cf_status_firefox13, status-firefox1.3 |
status-firefox130 | cf_status_firefox130, status-firefox1.3.0 |
status-firefox131 | cf_status_firefox131, status-firefox1.3.1 |
status-firefox132 | cf_status_firefox132, status-firefox1.3.2 |
status-firefox133 | cf_status_firefox133, status-firefox1.3.3 |
status-firefox134 | cf_status_firefox134, status-firefox1.3.4 |
status-firefox14 | cf_status_firefox14, status-firefox1.4 |
status-firefox15 | cf_status_firefox15, status-firefox1.5 |
status-firefox16 | cf_status_firefox16, status-firefox1.6 |
status-firefox17 | cf_status_firefox17, status-firefox1.7 |
status-firefox18 | cf_status_firefox18, status-firefox1.8 |
status-firefox19 | cf_status_firefox19, status-firefox1.9 |
status-firefox20 | cf_status_firefox20, status-firefox2.0 |
status-firefox21 | cf_status_firefox21, status-firefox2.1 |
status-firefox22 | cf_status_firefox22, status-firefox2.2 |
status-firefox23 | cf_status_firefox23, status-firefox2.3 |
status-firefox24 | cf_status_firefox24, status-firefox2.4 |
status-firefox25 | cf_status_firefox25, status-firefox2.5 |
status-firefox26 | cf_status_firefox26, status-firefox2.6 |
status-firefox27 | cf_status_firefox27, status-firefox2.7 |
status-firefox28 | cf_status_firefox28, status-firefox2.8 |
status-firefox29 | cf_status_firefox29, status-firefox2.9 |
status-firefox30 | cf_status_firefox30, status-firefox3.0 |
status-firefox31 | cf_status_firefox31, status-firefox3.1 |
status-firefox32 | cf_status_firefox32, status-firefox3.2 |
status-firefox33 | cf_status_firefox33, status-firefox3.3 |
status-firefox34 | cf_status_firefox34, status-firefox3.4 |
status-firefox35 | cf_status_firefox35, status-firefox3.5 |
status-firefox36 | cf_status_firefox36, status-firefox3.6 |
status-firefox37 | cf_status_firefox37, status-firefox3.7 |
status-firefox38 | cf_status_firefox38, status-firefox3.8 |
status-firefox38.0.5 | cf_status_firefox38_0_5 |
status-firefox39 | cf_status_firefox39, status-firefox3.9 |
status-firefox40 | cf_status_firefox40, status-firefox4.0 |
status-firefox41 | cf_status_firefox41, status-firefox4.1 |
status-firefox42 | cf_status_firefox42, status-firefox4.2 |
status-firefox43 | cf_status_firefox43, status-firefox4.3 |
status-firefox44 | cf_status_firefox44, status-firefox4.4 |
status-firefox45 | cf_status_firefox45, status-firefox4.5 |
status-firefox46 | cf_status_firefox46, status-firefox4.6 |
status-firefox47 | cf_status_firefox47, status-firefox4.7 |
status-firefox48 | cf_status_firefox48, status-firefox4.8 |
status-firefox49 | cf_status_firefox49, status-firefox4.9 |
status-firefox5 | cf_status_firefox5, status-firefox5 |
status-firefox50 | cf_status_firefox50, status-firefox5.0 |
status-firefox51 | cf_status_firefox51, status-firefox5.1 |
status-firefox52 | cf_status_firefox52, status-firefox5.2 |
status-firefox53 | cf_status_firefox53, status-firefox5.3 |
status-firefox54 | cf_status_firefox54, status-firefox5.4 |
status-firefox55 | cf_status_firefox55, status-firefox5.5 |
status-firefox56 | cf_status_firefox56, status-firefox5.6 |
status-firefox57 | cf_status_firefox57, status-firefox5.7 |
status-firefox58 | cf_status_firefox58, status-firefox5.8 |
status-firefox59 | cf_status_firefox59, status-firefox5.9 |
status-firefox6 | cf_status_firefox6, status-firefox6 |
status-firefox60 | cf_status_firefox60, status-firefox6.0 |
status-firefox61 | cf_status_firefox61, status-firefox6.1 |
status-firefox62 | cf_status_firefox62, status-firefox6.2 |
status-firefox63 | cf_status_firefox63, status-firefox6.3 |
status-firefox64 | cf_status_firefox64, status-firefox6.4 |
status-firefox65 | cf_status_firefox65, status-firefox6.5 |
status-firefox66 | cf_status_firefox66, status-firefox6.6 |
status-firefox67 | cf_status_firefox67, status-firefox6.7 |
status-firefox67.0.1 | cf_status_firefox67_0_1 |
status-firefox68 | cf_status_firefox68, status-firefox6.8 |
status-firefox69 | cf_status_firefox69, status-firefox6.9 |
status-firefox7 | cf_status_firefox7, status-firefox7 |
status-firefox70 | cf_status_firefox70, status-firefox7.0 |
status-firefox71 | cf_status_firefox71, status-firefox7.1 |
status-firefox72 | cf_status_firefox72, status-firefox7.2 |
status-firefox73 | cf_status_firefox73, status-firefox7.3 |
status-firefox74 | cf_status_firefox74, status-firefox7.4 |
status-firefox75 | cf_status_firefox75, status-firefox7.5 |
status-firefox76 | cf_status_firefox76, status-firefox7.6 |
status-firefox77 | cf_status_firefox77, status-firefox7.7 |
status-firefox78 | cf_status_firefox78, status-firefox7.8 |
status-firefox79 | cf_status_firefox79, status-firefox7.9 |
status-firefox8 | cf_status_firefox8, status-firefox8 |
status-firefox80 | cf_status_firefox80, status-firefox8.0 |
status-firefox81 | cf_status_firefox81, status-firefox8.1 |
status-firefox82 | cf_status_firefox82, status-firefox8.2 |
status-firefox83 | cf_status_firefox83, status-firefox8.3 |
status-firefox84 | cf_status_firefox84, status-firefox8.4 |
status-firefox85 | cf_status_firefox85, status-firefox8.5 |
status-firefox86 | cf_status_firefox86, status-firefox8.6 |
status-firefox87 | cf_status_firefox87, status-firefox8.7 |
status-firefox88 | cf_status_firefox88, status-firefox8.8 |
status-firefox89 | cf_status_firefox89, status-firefox8.9 |
status-firefox9 | cf_status_firefox9, status-firefox9 |
status-firefox90 | cf_status_firefox90, status-firefox9.0 |
status-firefox91 | cf_status_firefox91, status-firefox9.1 |
status-firefox92 | cf_status_firefox92, status-firefox9.2 |
status-firefox93 | cf_status_firefox93, status-firefox9.3 |
status-firefox94 | cf_status_firefox94, status-firefox9.4 |
status-firefox95 | cf_status_firefox95, status-firefox9.5 |
status-firefox96 | cf_status_firefox96, status-firefox9.6 |
status-firefox97 | cf_status_firefox97, status-firefox9.7 |
status-firefox98 | cf_status_firefox98, status-firefox9.8 |
status-firefox99 | cf_status_firefox99, status-firefox9.9 |
status-flowstate-0.1 | cf_status_flowstate01, status-flowstate0.1 |
status-flowstate-0.2 | cf_status_flowstate02, status-flowstate0.2 |
status-flowstate-0.3 | cf_status_flowstate03, status-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_geckoview62, status-geckoview6.2 |
status-geckoview63 | cf_status_geckoview63, status-geckoview6.3 |
status-geckoview64 | cf_status_geckoview64, status-geckoview6.4 |
status-geckoview65 | cf_status_geckoview65, status-geckoview6.5 |
status-geckoview66 | cf_status_geckoview66, status-geckoview6.6 |
status-seamonkey2.1 | cf_status_seamonkey21, status-seamonkey2.1 |
status-seamonkey2.10 | cf_status_seamonkey210, status-seamonkey2.1.0 |
status-seamonkey2.11 | cf_status_seamonkey211, status-seamonkey2.1.1 |
status-seamonkey2.12 | cf_status_seamonkey212, status-seamonkey2.1.2 |
status-seamonkey2.13 | cf_status_seamonkey213, status-seamonkey2.1.3 |
status-seamonkey2.14 | cf_status_seamonkey214, status-seamonkey2.1.4 |
status-seamonkey2.15 | cf_status_seamonkey215, status-seamonkey2.1.5 |
status-seamonkey2.16 | cf_status_seamonkey216, status-seamonkey2.1.6 |
status-seamonkey2.17 | cf_status_seamonkey217, status-seamonkey2.1.7 |
status-seamonkey2.18 | cf_status_seamonkey218, status-seamonkey2.1.8 |
status-seamonkey2.19 | cf_status_seamonkey219, status-seamonkey2.1.9 |
status-seamonkey2.2 | cf_status_seamonkey22, status-seamonkey2.2 |
status-seamonkey2.20 | cf_status_seamonkey220, status-seamonkey2.2.0 |
status-seamonkey2.21 | cf_status_seamonkey221, status-seamonkey2.2.1 |
status-seamonkey2.22 | cf_status_seamonkey222, status-seamonkey2.2.2 |
status-seamonkey2.23 | cf_status_seamonkey223, status-seamonkey2.2.3 |
status-seamonkey2.24 | cf_status_seamonkey224, status-seamonkey2.2.4 |
status-seamonkey2.25 | cf_status_seamonkey225, status-seamonkey2.2.5 |
status-seamonkey2.26 | cf_status_seamonkey226, status-seamonkey2.2.6 |
status-seamonkey2.27 | cf_status_seamonkey227, status-seamonkey2.2.7 |
status-seamonkey2.28 | cf_status_seamonkey228, status-seamonkey2.2.8 |
status-seamonkey2.29 | cf_status_seamonkey229, status-seamonkey2.2.9 |
status-seamonkey2.3 | cf_status_seamonkey23, status-seamonkey2.3 |
status-seamonkey2.30 | cf_status_seamonkey230, status-seamonkey2.3.0 |
status-seamonkey2.31 | cf_status_seamonkey231, status-seamonkey2.3.1 |
status-seamonkey2.32 | cf_status_seamonkey232, status-seamonkey2.3.2 |
status-seamonkey2.33 | cf_status_seamonkey233, status-seamonkey2.3.3 |
status-seamonkey2.34 | cf_status_seamonkey234, status-seamonkey2.3.4 |
status-seamonkey2.35 | cf_status_seamonkey235, status-seamonkey2.3.5 |
status-seamonkey2.36 | cf_status_seamonkey236, status-seamonkey2.3.6 |
status-seamonkey2.37 | cf_status_seamonkey237, status-seamonkey2.3.7 |
status-seamonkey2.38 | cf_status_seamonkey238, status-seamonkey2.3.8 |
status-seamonkey2.39 | cf_status_seamonkey239, status-seamonkey2.3.9 |
status-seamonkey2.4 | cf_status_seamonkey24, status-seamonkey2.4 |
status-seamonkey2.40 | cf_status_seamonkey240, status-seamonkey2.4.0 |
status-seamonkey2.41 | cf_status_seamonkey241, status-seamonkey2.4.1 |
status-seamonkey2.42 | cf_status_seamonkey242, status-seamonkey2.4.2 |
status-seamonkey2.43 | cf_status_seamonkey243, status-seamonkey2.4.3 |
status-seamonkey2.44 | cf_status_seamonkey244, status-seamonkey2.4.4 |
status-seamonkey2.45 | cf_status_seamonkey245, status-seamonkey2.4.5 |
status-seamonkey2.46 | cf_status_seamonkey246, status-seamonkey2.4.6 |
status-seamonkey2.47 | cf_status_seamonkey247, status-seamonkey2.4.7 |
status-seamonkey2.48 | cf_status_seamonkey248, status-seamonkey2.4.8 |
status-seamonkey2.49esr | cf_status_seamonkey249, status-seamonkey2.4.9 |
status-seamonkey2.5 | cf_status_seamonkey25, status-seamonkey2.5 |
status-seamonkey2.50 | cf_status_seamonkey250, status-seamonkey2.5.0 |
status-seamonkey2.51 | cf_status_seamonkey251, status-seamonkey2.5.1 |
status-seamonkey2.52 | cf_status_seamonkey252, status-seamonkey2.5.2 |
status-seamonkey2.53 | cf_status_seamonkey253, status-seamonkey2.5.3 |
status-seamonkey2.54 | cf_status_seamonkey254, status-seamonkey2.5.4 |
status-seamonkey2.55 | cf_status_seamonkey255, status-seamonkey2.5.5 |
status-seamonkey2.56 | cf_status_seamonkey256, status-seamonkey2.5.6 |
status-seamonkey2.57esr | cf_status_seamonkey257esr |
status-seamonkey2.58 | cf_status_seamonkey258, status-seamonkey2.5.8 |
status-seamonkey2.59 | cf_status_seamonkey259, status-seamonkey2.5.9 |
status-seamonkey2.6 | cf_status_seamonkey26, status-seamonkey2.6 |
status-seamonkey2.60 | cf_status_seamonkey260, status-seamonkey2.6.0 |
status-seamonkey2.63 | cf_status_seamonkey263, status-seamonkey2.6.3 |
status-seamonkey2.7 | cf_status_seamonkey27, status-seamonkey2.7 |
status-seamonkey2.8 | cf_status_seamonkey28, status-seamonkey2.8 |
status-seamonkey2.9 | cf_status_seamonkey29, status-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_thunderbird10, status-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_thunderbird11, status-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_thunderbird12, status-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-thunderbird127 | cf_status_thunderbird_127 |
status-thunderbird128 | cf_status_thunderbird_128 |
status-thunderbird129 | cf_status_thunderbird_129 |
status-thunderbird13 | cf_status_thunderbird13, status-thunderbird1.3 |
status-thunderbird130 | cf_status_thunderbird_130 |
status-thunderbird131 | cf_status_thunderbird_131 |
status-thunderbird132 | cf_status_thunderbird_132 |
status-thunderbird133 | cf_status_thunderbird_133 |
status-thunderbird134 | cf_status_thunderbird_134 |
status-thunderbird14 | cf_status_thunderbird14, status-thunderbird1.4 |
status-thunderbird15 | cf_status_thunderbird15, status-thunderbird1.5 |
status-thunderbird16 | cf_status_thunderbird16, status-thunderbird1.6 |
status-thunderbird17 | cf_status_thunderbird17, status-thunderbird1.7 |
status-thunderbird18 | cf_status_thunderbird18, status-thunderbird1.8 |
status-thunderbird19 | cf_status_thunderbird19, status-thunderbird1.9 |
status-thunderbird20 | cf_status_thunderbird20, status-thunderbird2.0 |
status-thunderbird21 | cf_status_thunderbird21, status-thunderbird2.1 |
status-thunderbird22 | cf_status_thunderbird22, status-thunderbird2.2 |
status-thunderbird23 | cf_status_thunderbird23, status-thunderbird2.3 |
status-thunderbird24 | cf_status_thunderbird24, status-thunderbird2.4 |
status-thunderbird25 | cf_status_thunderbird25, status-thunderbird2.5 |
status-thunderbird26 | cf_status_thunderbird26, status-thunderbird2.6 |
status-thunderbird27 | cf_status_thunderbird27, status-thunderbird2.7 |
status-thunderbird28 | cf_status_thunderbird28, status-thunderbird2.8 |
status-thunderbird29 | cf_status_thunderbird29, status-thunderbird2.9 |
status-thunderbird3.0 | cf_status_thunderbird30, status-thunderbird3.0 |
status-thunderbird3.1 | cf_status_thunderbird31, status-thunderbird3.1 |
status-thunderbird3.2 | cf_status_thunderbird32, status-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_thunderbird33, status-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_thunderbird6, status-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_thunderbird7, status-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_thunderbird8, status-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_thunderbird9, status-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_esr128 | cf_status_thunderbird_esr128 |
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_191, status1.9.1 |
status1.9.2 | cf_status_192, status1.9.2 |
status2.0 | cf_status_20, status2.0 |
Summary | short_desc, summary |
Tags | tag |
Target Milestone | target_milestone, milestone |
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_fennec, blocking-fennec |
tracking-firefox-beta | cf_tracking_firefox_beta |
tracking-firefox-esr | cf_tracking_firefox_esr |
tracking-firefox-esr10 | cf_tracking_esr10, tracking-esr1.0 |
tracking-firefox-esr102 | cf_tracking_firefox_esr102 |
tracking-firefox-esr115 | cf_tracking_firefox_esr115 |
tracking-firefox-esr128 | cf_tracking_firefox_esr128 |
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_firefox10, tracking-firefox1.0 |
tracking-firefox100 | cf_tracking_firefox100, tracking-firefox1.0.0 |
tracking-firefox101 | cf_tracking_firefox101, tracking-firefox1.0.1 |
tracking-firefox102 | cf_tracking_firefox102, tracking-firefox1.0.2 |
tracking-firefox103 | cf_tracking_firefox103, tracking-firefox1.0.3 |
tracking-firefox104 | cf_tracking_firefox104, tracking-firefox1.0.4 |
tracking-firefox105 | cf_tracking_firefox105, tracking-firefox1.0.5 |
tracking-firefox106 | cf_tracking_firefox106, tracking-firefox1.0.6 |
tracking-firefox107 | cf_tracking_firefox107, tracking-firefox1.0.7 |
tracking-firefox108 | cf_tracking_firefox108, tracking-firefox1.0.8 |
tracking-firefox109 | cf_tracking_firefox109, tracking-firefox1.0.9 |
tracking-firefox11 | cf_tracking_firefox11, tracking-firefox1.1 |
tracking-firefox110 | cf_tracking_firefox110, tracking-firefox1.1.0 |
tracking-firefox111 | cf_tracking_firefox111, tracking-firefox1.1.1 |
tracking-firefox112 | cf_tracking_firefox112, tracking-firefox1.1.2 |
tracking-firefox113 | cf_tracking_firefox113, tracking-firefox1.1.3 |
tracking-firefox114 | cf_tracking_firefox114, tracking-firefox1.1.4 |
tracking-firefox115 | cf_tracking_firefox115, tracking-firefox1.1.5 |
tracking-firefox116 | cf_tracking_firefox116, tracking-firefox1.1.6 |
tracking-firefox117 | cf_tracking_firefox117, tracking-firefox1.1.7 |
tracking-firefox118 | cf_tracking_firefox118, tracking-firefox1.1.8 |
tracking-firefox119 | cf_tracking_firefox119, tracking-firefox1.1.9 |
tracking-firefox12 | cf_tracking_firefox12, tracking-firefox1.2 |
tracking-firefox120 | cf_tracking_firefox120, tracking-firefox1.2.0 |
tracking-firefox121 | cf_tracking_firefox121, tracking-firefox1.2.1 |
tracking-firefox122 | cf_tracking_firefox122, tracking-firefox1.2.2 |
tracking-firefox123 | cf_tracking_firefox123, tracking-firefox1.2.3 |
tracking-firefox124 | cf_tracking_firefox124, tracking-firefox1.2.4 |
tracking-firefox125 | cf_tracking_firefox125, tracking-firefox1.2.5 |
tracking-firefox126 | cf_tracking_firefox126, tracking-firefox1.2.6 |
tracking-firefox127 | cf_tracking_firefox127, tracking-firefox1.2.7 |
tracking-firefox128 | cf_tracking_firefox128, tracking-firefox1.2.8 |
tracking-firefox129 | cf_tracking_firefox129, tracking-firefox1.2.9 |
tracking-firefox13 | cf_tracking_firefox13, tracking-firefox1.3 |
tracking-firefox130 | cf_tracking_firefox130, tracking-firefox1.3.0 |
tracking-firefox131 | cf_tracking_firefox131, tracking-firefox1.3.1 |
tracking-firefox132 | cf_tracking_firefox132, tracking-firefox1.3.2 |
tracking-firefox133 | cf_tracking_firefox133, tracking-firefox1.3.3 |
tracking-firefox134 | cf_tracking_firefox134, tracking-firefox1.3.4 |
tracking-firefox14 | cf_tracking_firefox14, tracking-firefox1.4 |
tracking-firefox15 | cf_tracking_firefox15, tracking-firefox1.5 |
tracking-firefox16 | cf_tracking_firefox16, tracking-firefox1.6 |
tracking-firefox17 | cf_tracking_firefox17, tracking-firefox1.7 |
tracking-firefox18 | cf_tracking_firefox18, tracking-firefox1.8 |
tracking-firefox19 | cf_tracking_firefox19, tracking-firefox1.9 |
tracking-firefox20 | cf_tracking_firefox20, tracking-firefox2.0 |
tracking-firefox21 | cf_tracking_firefox21, tracking-firefox2.1 |
tracking-firefox22 | cf_tracking_firefox22, tracking-firefox2.2 |
tracking-firefox23 | cf_tracking_firefox23, tracking-firefox2.3 |
tracking-firefox24 | cf_tracking_firefox24, tracking-firefox2.4 |
tracking-firefox25 | cf_tracking_firefox25, tracking-firefox2.5 |
tracking-firefox26 | cf_tracking_firefox26, tracking-firefox2.6 |
tracking-firefox27 | cf_tracking_firefox27, tracking-firefox2.7 |
tracking-firefox28 | cf_tracking_firefox28, tracking-firefox2.8 |
tracking-firefox29 | cf_tracking_firefox29, tracking-firefox2.9 |
tracking-firefox30 | cf_tracking_firefox30, tracking-firefox3.0 |
tracking-firefox31 | cf_tracking_firefox31, tracking-firefox3.1 |
tracking-firefox32 | cf_tracking_firefox32, tracking-firefox3.2 |
tracking-firefox33 | cf_tracking_firefox33, tracking-firefox3.3 |
tracking-firefox34 | cf_tracking_firefox34, tracking-firefox3.4 |
tracking-firefox35 | cf_tracking_firefox35, tracking-firefox3.5 |
tracking-firefox36 | cf_tracking_firefox36, tracking-firefox3.6 |
tracking-firefox37 | cf_tracking_firefox37, tracking-firefox3.7 |
tracking-firefox38 | cf_tracking_firefox38, tracking-firefox3.8 |
tracking-firefox38.0.5 | cf_tracking_firefox38_0_5 |
tracking-firefox39 | cf_tracking_firefox39, tracking-firefox3.9 |
tracking-firefox40 | cf_tracking_firefox40, tracking-firefox4.0 |
tracking-firefox41 | cf_tracking_firefox41, tracking-firefox4.1 |
tracking-firefox42 | cf_tracking_firefox42, tracking-firefox4.2 |
tracking-firefox43 | cf_tracking_firefox43, tracking-firefox4.3 |
tracking-firefox44 | cf_tracking_firefox44, tracking-firefox4.4 |
tracking-firefox45 | cf_tracking_firefox45, tracking-firefox4.5 |
tracking-firefox46 | cf_tracking_firefox46, tracking-firefox4.6 |
tracking-firefox47 | cf_tracking_firefox47, tracking-firefox4.7 |
tracking-firefox48 | cf_tracking_firefox48, tracking-firefox4.8 |
tracking-firefox49 | cf_tracking_firefox49, tracking-firefox4.9 |
tracking-firefox5 | cf_tracking_firefox5, tracking-firefox5 |
tracking-firefox50 | cf_tracking_firefox50, tracking-firefox5.0 |
tracking-firefox51 | cf_tracking_firefox51, tracking-firefox5.1 |
tracking-firefox52 | cf_tracking_firefox52, tracking-firefox5.2 |
tracking-firefox53 | cf_tracking_firefox53, tracking-firefox5.3 |
tracking-firefox54 | cf_tracking_firefox54, tracking-firefox5.4 |
tracking-firefox55 | cf_tracking_firefox55, tracking-firefox5.5 |
tracking-firefox56 | cf_tracking_firefox56, tracking-firefox5.6 |
tracking-firefox57 | cf_tracking_firefox57, tracking-firefox5.7 |
tracking-firefox58 | cf_tracking_firefox58, tracking-firefox5.8 |
tracking-firefox59 | cf_tracking_firefox59, tracking-firefox5.9 |
tracking-firefox6 | cf_tracking_firefox6, tracking-firefox6 |
tracking-firefox60 | cf_tracking_firefox60, tracking-firefox6.0 |
tracking-firefox61 | cf_tracking_firefox61, tracking-firefox6.1 |
tracking-firefox62 | cf_tracking_firefox62, tracking-firefox6.2 |
tracking-firefox63 | cf_tracking_firefox63, tracking-firefox6.3 |
tracking-firefox64 | cf_tracking_firefox64, tracking-firefox6.4 |
tracking-firefox65 | cf_tracking_firefox65, tracking-firefox6.5 |
tracking-firefox66 | cf_tracking_firefox66, tracking-firefox6.6 |
tracking-firefox67 | cf_tracking_firefox67, tracking-firefox6.7 |
tracking-firefox67.0.1 | cf_tracking_firefox67_0_1 |
tracking-firefox68 | cf_tracking_firefox68, tracking-firefox6.8 |
tracking-firefox69 | cf_tracking_firefox69, tracking-firefox6.9 |
tracking-firefox7 | cf_tracking_firefox7, tracking-firefox7 |
tracking-firefox70 | cf_tracking_firefox70, tracking-firefox7.0 |
tracking-firefox71 | cf_tracking_firefox71, tracking-firefox7.1 |
tracking-firefox72 | cf_tracking_firefox72, tracking-firefox7.2 |
tracking-firefox73 | cf_tracking_firefox73, tracking-firefox7.3 |
tracking-firefox74 | cf_tracking_firefox74, tracking-firefox7.4 |
tracking-firefox75 | cf_tracking_firefox75, tracking-firefox7.5 |
tracking-firefox76 | cf_tracking_firefox76, tracking-firefox7.6 |
tracking-firefox77 | cf_tracking_firefox77, tracking-firefox7.7 |
tracking-firefox78 | cf_tracking_firefox78, tracking-firefox7.8 |
tracking-firefox79 | cf_tracking_firefox79, tracking-firefox7.9 |
tracking-firefox8 | cf_tracking_firefox8, tracking-firefox8 |
tracking-firefox80 | cf_tracking_firefox80, tracking-firefox8.0 |
tracking-firefox81 | cf_tracking_firefox81, tracking-firefox8.1 |
tracking-firefox82 | cf_tracking_firefox82, tracking-firefox8.2 |
tracking-firefox83 | cf_tracking_firefox83, tracking-firefox8.3 |
tracking-firefox84 | cf_tracking_firefox84, tracking-firefox8.4 |
tracking-firefox85 | cf_tracking_firefox85, tracking-firefox8.5 |
tracking-firefox86 | cf_tracking_firefox86, tracking-firefox8.6 |
tracking-firefox87 | cf_tracking_firefox87, tracking-firefox8.7 |
tracking-firefox88 | cf_tracking_firefox88, tracking-firefox8.8 |
tracking-firefox89 | cf_tracking_firefox89, tracking-firefox8.9 |
tracking-firefox9 | cf_tracking_firefox9, tracking-firefox9 |
tracking-firefox90 | cf_tracking_firefox90, tracking-firefox9.0 |
tracking-firefox91 | cf_tracking_firefox91, tracking-firefox9.1 |
tracking-firefox92 | cf_tracking_firefox92, tracking-firefox9.2 |
tracking-firefox93 | cf_tracking_firefox93, tracking-firefox9.3 |
tracking-firefox94 | cf_tracking_firefox94, tracking-firefox9.4 |
tracking-firefox95 | cf_tracking_firefox95, tracking-firefox9.5 |
tracking-firefox96 | cf_tracking_firefox96, tracking-firefox9.6 |
tracking-firefox97 | cf_tracking_firefox97, tracking-firefox9.7 |
tracking-firefox98 | cf_tracking_firefox98, tracking-firefox9.8 |
tracking-firefox99 | cf_tracking_firefox99, tracking-firefox9.9 |
tracking-flowstate-0.1 | cf_tracking_flowstate01, tracking-flowstate0.1 |
tracking-flowstate-0.2 | cf_tracking_flowstate02, tracking-flowstate0.2 |
tracking-flowstate-0.3 | cf_tracking_flowstate03, tracking-flowstate0.3 |
tracking-fxios | cf_tracking_fxios, tracking-fxios |
tracking-geckoview62 | cf_tracking_geckoview62, tracking-geckoview6.2 |
tracking-geckoview63 | cf_tracking_geckoview63, tracking-geckoview6.3 |
tracking-geckoview64 | cf_tracking_geckoview64, tracking-geckoview6.4 |
tracking-geckoview65 | cf_tracking_geckoview65, tracking-geckoview6.5 |
tracking-geckoview66 | cf_tracking_geckoview66, tracking-geckoview6.6 |
tracking-p11 | cf_tracking_p11, tracking-p1.1 |
tracking-seamonkey2.10 | cf_tracking_seamonkey210, tracking-seamonkey2.1.0 |
tracking-seamonkey2.11 | cf_tracking_seamonkey211, tracking-seamonkey2.1.1 |
tracking-seamonkey2.12 | cf_tracking_seamonkey212, tracking-seamonkey2.1.2 |
tracking-seamonkey2.13 | cf_tracking_seamonkey213, tracking-seamonkey2.1.3 |
tracking-seamonkey2.14 | cf_tracking_seamonkey214, tracking-seamonkey2.1.4 |
tracking-seamonkey2.15 | cf_tracking_seamonkey215, tracking-seamonkey2.1.5 |
tracking-seamonkey2.16 | cf_tracking_seamonkey216, tracking-seamonkey2.1.6 |
tracking-seamonkey2.17 | cf_tracking_seamonkey217, tracking-seamonkey2.1.7 |
tracking-seamonkey2.18 | cf_tracking_seamonkey218, tracking-seamonkey2.1.8 |
tracking-seamonkey2.19 | cf_tracking_seamonkey219, tracking-seamonkey2.1.9 |
tracking-seamonkey2.2 | cf_tracking_seamonkey22, tracking-seamonkey2.2 |
tracking-seamonkey2.20 | cf_tracking_seamonkey220, tracking-seamonkey2.2.0 |
tracking-seamonkey2.21 | cf_tracking_seamonkey221, tracking-seamonkey2.2.1 |
tracking-seamonkey2.22 | cf_tracking_seamonkey222, tracking-seamonkey2.2.2 |
tracking-seamonkey2.23 | cf_tracking_seamonkey223, tracking-seamonkey2.2.3 |
tracking-seamonkey2.24 | cf_tracking_seamonkey224, tracking-seamonkey2.2.4 |
tracking-seamonkey2.25 | cf_tracking_seamonkey225, tracking-seamonkey2.2.5 |
tracking-seamonkey2.26 | cf_tracking_seamonkey226, tracking-seamonkey2.2.6 |
tracking-seamonkey2.27 | cf_tracking_seamonkey227, tracking-seamonkey2.2.7 |
tracking-seamonkey2.28 | cf_tracking_seamonkey228, tracking-seamonkey2.2.8 |
tracking-seamonkey2.29 | cf_tracking_seamonkey229, tracking-seamonkey2.2.9 |
tracking-seamonkey2.3 | cf_tracking_seamonkey23, tracking-seamonkey2.3 |
tracking-seamonkey2.30 | cf_tracking_seamonkey230, tracking-seamonkey2.3.0 |
tracking-seamonkey2.31 | cf_tracking_seamonkey231, tracking-seamonkey2.3.1 |
tracking-seamonkey2.32 | cf_tracking_seamonkey232, tracking-seamonkey2.3.2 |
tracking-seamonkey2.33 | cf_tracking_seamonkey233, tracking-seamonkey2.3.3 |
tracking-seamonkey2.34 | cf_tracking_seamonkey234, tracking-seamonkey2.3.4 |
tracking-seamonkey2.35 | cf_tracking_seamonkey235, tracking-seamonkey2.3.5 |
tracking-seamonkey2.36 | cf_tracking_seamonkey236, tracking-seamonkey2.3.6 |
tracking-seamonkey2.37 | cf_tracking_seamonkey237, tracking-seamonkey2.3.7 |
tracking-seamonkey2.38 | cf_tracking_seamonkey238, tracking-seamonkey2.3.8 |
tracking-seamonkey2.39 | cf_tracking_seamonkey239, tracking-seamonkey2.3.9 |
tracking-seamonkey2.4 | cf_tracking_seamonkey24, tracking-seamonkey2.4 |
tracking-seamonkey2.40 | cf_tracking_seamonkey240, tracking-seamonkey2.4.0 |
tracking-seamonkey2.41 | cf_tracking_seamonkey241, tracking-seamonkey2.4.1 |
tracking-seamonkey2.42 | cf_tracking_seamonkey242, tracking-seamonkey2.4.2 |
tracking-seamonkey2.43 | cf_tracking_seamonkey243, tracking-seamonkey2.4.3 |
tracking-seamonkey2.44 | cf_tracking_seamonkey244, tracking-seamonkey2.4.4 |
tracking-seamonkey2.45 | cf_tracking_seamonkey245, tracking-seamonkey2.4.5 |
tracking-seamonkey2.46 | cf_tracking_seamonkey246, tracking-seamonkey2.4.6 |
tracking-seamonkey2.47 | cf_tracking_seamonkey247, tracking-seamonkey2.4.7 |
tracking-seamonkey2.48 | cf_tracking_seamonkey248, tracking-seamonkey2.4.8 |
tracking-seamonkey2.49esr | cf_tracking_seamonkey249, tracking-seamonkey2.4.9 |
tracking-seamonkey2.5 | cf_tracking_seamonkey25, tracking-seamonkey2.5 |
tracking-seamonkey2.50 | cf_tracking_seamonkey250, tracking-seamonkey2.5.0 |
tracking-seamonkey2.51 | cf_tracking_seamonkey251, tracking-seamonkey2.5.1 |
tracking-seamonkey2.52 | cf_tracking_seamonkey252, tracking-seamonkey2.5.2 |
tracking-seamonkey2.53 | cf_tracking_seamonkey253, tracking-seamonkey2.5.3 |
tracking-seamonkey2.54 | cf_tracking_seamonkey254, tracking-seamonkey2.5.4 |
tracking-seamonkey2.55 | cf_tracking_seamonkey255, tracking-seamonkey2.5.5 |
tracking-seamonkey2.56 | cf_tracking_seamonkey256, tracking-seamonkey2.5.6 |
tracking-seamonkey2.57esr | cf_tracking_seamonkey257esr |
tracking-seamonkey2.58 | cf_tracking_seamonkey258, tracking-seamonkey2.5.8 |
tracking-seamonkey2.59 | cf_tracking_seamonkey259, tracking-seamonkey2.5.9 |
tracking-seamonkey2.6 | cf_tracking_seamonkey26, tracking-seamonkey2.6 |
tracking-seamonkey2.60 | cf_tracking_seamonkey260, tracking-seamonkey2.6.0 |
tracking-seamonkey2.63 | cf_tracking_seamonkey263, tracking-seamonkey2.6.3 |
tracking-seamonkey2.7 | cf_tracking_seamonkey27, tracking-seamonkey2.7 |
tracking-seamonkey2.8 | cf_tracking_seamonkey28, tracking-seamonkey2.8 |
tracking-seamonkey2.9 | cf_tracking_seamonkey29, tracking-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_thunderbird10, tracking-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_thunderbird11, tracking-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_thunderbird12, tracking-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-thunderbird127 | cf_tracking_thunderbird_127 |
tracking-thunderbird128 | cf_tracking_thunderbird_128 |
tracking-thunderbird129 | cf_tracking_thunderbird_129 |
tracking-thunderbird13 | cf_tracking_thunderbird13, tracking-thunderbird1.3 |
tracking-thunderbird130 | cf_tracking_thunderbird_130 |
tracking-thunderbird131 | cf_tracking_thunderbird_131 |
tracking-thunderbird132 | cf_tracking_thunderbird_132 |
tracking-thunderbird133 | cf_tracking_thunderbird_133 |
tracking-thunderbird134 | cf_tracking_thunderbird_134 |
tracking-thunderbird14 | cf_tracking_thunderbird14, tracking-thunderbird1.4 |
tracking-thunderbird15 | cf_tracking_thunderbird15, tracking-thunderbird1.5 |
tracking-thunderbird16 | cf_tracking_thunderbird16, tracking-thunderbird1.6 |
tracking-thunderbird17 | cf_tracking_thunderbird17, tracking-thunderbird1.7 |
tracking-thunderbird18 | cf_tracking_thunderbird18, tracking-thunderbird1.8 |
tracking-thunderbird19 | cf_tracking_thunderbird19, tracking-thunderbird1.9 |
tracking-thunderbird20 | cf_tracking_thunderbird20, tracking-thunderbird2.0 |
tracking-thunderbird21 | cf_tracking_thunderbird21, tracking-thunderbird2.1 |
tracking-thunderbird22 | cf_tracking_thunderbird22, tracking-thunderbird2.2 |
tracking-thunderbird23 | cf_tracking_thunderbird23, tracking-thunderbird2.3 |
tracking-thunderbird24 | cf_tracking_thunderbird24, tracking-thunderbird2.4 |
tracking-thunderbird25 | cf_tracking_thunderbird25, tracking-thunderbird2.5 |
tracking-thunderbird26 | cf_tracking_thunderbird26, tracking-thunderbird2.6 |
tracking-thunderbird27 | cf_tracking_thunderbird27, tracking-thunderbird2.7 |
tracking-thunderbird28 | cf_tracking_thunderbird28, tracking-thunderbird2.8 |
tracking-thunderbird29 | cf_tracking_thunderbird29, tracking-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_thunderbird6, tracking-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_thunderbird7, tracking-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_thunderbird8, tracking-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_thunderbird9, tracking-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_esr128 | cf_tracking_thunderbird_esr128 |
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_win, tracking-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 |
Webcompat Score | cf_webcompat_score |
webextensions | cf_blocking_webextensions, blocking-webextensions |
Whiteboard | whiteboard, sw |
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)
-
NOT:
-
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.
-
: (substring):
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 [email protected] or assigned to them
(the initial @ is a shortcut for the assignee, see the
Advanced Shortcuts section above):
ALL @[email protected] OR reporter:[email protected] - 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 [email protected] nor to
[email protected] (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"