User:Cpeterson: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(or equals to)
 
(63 intermediate revisions by the same user not shown)
Line 1: Line 1:
Chris Peterson
= <bugzilla> wiki query syntax =
cpeterson@mozilla.com


This is a test.
* [https://mana.mozilla.org/wiki/pages/viewpage.action?spaceKey=PM&title=Mind+the+Project+-+August+7%2C+2018#MindtheProjectAugust7,2018-IntroductiontoMozilla%E2%80%99sBugzillaMediaWikiextension Introduction to Mozilla’s Bugzilla MediaWiki extension] (Mind the Project blog post - August 7, 2018)
* Example bug wikis for triaging bugs:
** [https://wiki.mozilla.org/Mobile/GeckoView/Bugs GeckoView bug triage]
** [https://wiki.mozilla.org/Project_Fission/Bugs Fission bug triage]
** [https://wiki.mozilla.org/Mobile/Fennec/Bugs Fennec bug triage and QA workflow]
* [https://github.com/mozilla/mediawiki-bugzilla MediaWiki extension for Bugzilla]
* [[Bugzilla:BzAPI:Search|BzAPI search parameters]]
* [[Bugzilla:REST_API:Objects|BzAPI object]]


<bugzilla type="count" display="bar">
Field names:
    {
        "product":"Core",
        "component":"JavaScript Engine",
        "status":["UNCONFIRMED", "READY", "NEW", "ASSIGNED", "REOPENED"],
        "x_axis_field":"status",
        "keywords":"meta",
        "keywords_type":"contains",
        "summary":"[meta]",
        "summary_type":"contains",
        "include_fields": "id, summary, whiteboard, status, resolution"
    }
</bugzilla>


<bugzilla>
{| class="wikitable"
    {
! Bug field
        "product":"Core",
! Query field
        "component":"JavaScript Engine",
! Table column
        "status":["UNCONFIRMED", "READY", "NEW", "ASSIGNED", "REOPENED"],
("include_fields")
        "x_axis_field":"status",
|-
        "keywords":"meta",
! Assignee
        "keywords_type":"contains",
| assigned_to
        "summary":"[meta]",
| assigned_to
        "summary_type":"contains",
|-
        "include_fields": "id, summary, whiteboard, status, resolution"
! Comments
    }
| longdesc
</bugzilla>
| N/A?
|-
! Bug number
| bug_id
| id
|-
! Summary/title
| short_desc
| summary
|-
! Bugzilla component
| component
| component
|-
! Status (UNCONFIRMED, NEW, ASSIGNED, RESOLVED, VERIFIED, REOPENED)
| bug_status
| status
|-
! Resolution (FIXED, INVALID, WONTFIX, DUPLICATE, WORKSFORME, INCOMPLETE)
| resolution
| resolution
|-
! Creation time (ISO 8601 datetime string like "2019-01-01" or relative time like "7d")
| creation_ts
| creation_time
|-
! Whiteboard string
| status_whiteboard
| whiteboard
|-
! Keywords
| keywords
| keywords
|-
! List of dependent blocking bugs
| dependson
| depends_on
|-
! List of bugs blocked
| blocked
| blocks
|-
! Last change time (ISO 8601 datetime string like "2019-01-01" or relative time like "7d")
| delta_ts
| last_change_time
|-
! Platform
| rep_platform
| platform
|-
! Priority
| priority
| priority
|-
! Severity
| bug_severity
| severity
|-
! Ever confirmed? (i.e. status ever NEW or ASSIGNED?)
| everconfirmed
| ever_confirmed
|-
! status-firefox99 tracking flags
| cf_status_firefox99
"---,?,unaffected,affected,fix-optional,fixed,wontfix,verified,disabled,verified-disabled"
| cf_status_firefox99
|-
! needinfo?
| "flagtypes.name" substring "needinfo"
| N/A?
|}


<bugzilla>
Operators for testing field values:
    {
        "product":"Core",
        "component":"JavaScript Engine",
        "status":["UNCONFIRMED", "READY", "NEW", "ASSIGNED", "REOPENED"],
        "x_axis_field":"status",
        "keywords":"meta",
        "keywords_type":"contains",
        "summary":"[meta]",
        "summary_type":"not_contains",
        "include_fields": "id, summary, whiteboard, status, resolution"
    }
</bugzilla>
 
 
=== Endgame schedule ===


{| class="wikitable"
{| class="wikitable"
! Milestone
! Operator description
! Bug
! Operator name
! Estimated Date
|-
! Actual Date
! Equals
! Nightly Version
| equals
|-
! Not equals
| notequals
|-
! Less than
| lessthan
|-
|-
| All unsafe references found by static analysis have been fixed ([https://people.mozilla.com/~sfink/analysis/ Burndown])
! Less than or equals to
| [https://bugzilla.mozilla.org/show_bug.cgi?id=898608 898608]
| lessthaneq
| 2013-09-12
|
| 26
|-
|-
| style="background:#def;" | [[RapidRelease/Calendar|Nightly 26 is uplifted to Aurora]]
! Greater than
| style="background:#def;" |
| greaterthan
| style="background:#def;" | 2013-09-16
| style="background:#def;" |
| style="background:#def;" | 27
|-
|-
| All Exact Rooting hazards found by static analysis have been fixed ([https://people.mozilla.com/~sfink/analysis/ Burndown])
! Greater than or equals to
| [https://bugzilla.mozilla.org/show_bug.cgi?id=898606 898606]
| greaterthaneq
| 2013-10-14
|
| 27
|-
|-
| Static analysis is unhidden on TBPL
! Matching regular expression
| [https://bugzilla.mozilla.org/show_bug.cgi?id=834909 834909]
| regexp
| 2013-10-15
|
| 27
|-
|-
| All Exact Rooting crashes found by fuzzers have been fixed
! Not matching regular expression
| [https://bugzilla.mozilla.org/show_bug.cgi?id=831379 831379]
| notregexp
| 2013-10-__
|
| 27
|-
|-
| Exact Rooting is enabled
! is_any (?)
| [https://bugzilla.mozilla.org/show_bug.cgi?id=753203 753203]
| anyexact
| 2013-10-__
|
| 27
|-
|-
| All GGC crashes found by fuzzers have been fixed
! Contains substring
| [https://bugzilla.mozilla.org/show_bug.cgi?id=877471 877471]
(case-sensitive!)
| 2013-10-__
| casesubstring
|
| 27
|-
|-
| AWFY with GGC >= AWFY without GGC
| [https://bugzilla.mozilla.org/show_bug.cgi?id=875863 875863]
| 2013-10-__
|
| 27
|-
|-
| GGC is enabled for desktop and Android
! Contains substring (case-insensitive)
| [https://bugzilla.mozilla.org/show_bug.cgi?id=619558 619558]
| substring
| 2013-10-__
|
| 27
|-
|-
| GGC is enabled for B2G
! Does not contain substring (case-insensitive)
| [https://bugzilla.mozilla.org/show_bug.cgi?id=619558 619558]
| notsubstring
| 2013-10-__
|
| 27
|-
|-
| style="background:#def;" | [[RapidRelease/Calendar|Nightly 27 is uplifted to Aurora]]
! Contains all substrings (list of comma-separated strings)
| style="background:#def;" |
| allwordssubstr
| style="background:#def;" | 2013-10-28
| style="background:#def;" |
| style="background:#def;" | 28
|-
|-
| ...
! Contains any substrings (list of comma-separated strings)
|
| anywordssubstr
|
|
| 28
|-
|-
| style="background:#def;" | [[RapidRelease/Calendar|Nightly 28 is uplifted to Aurora]]
! Does not contain any substrings (list of comma-separated strings)
| style="background:#def;" |
| nowordssubstr
| style="background:#def;" | 2013-12-09
|-
| style="background:#def;" |  
! Contains all exact words (list of comma-separated strings)
| style="background:#def;" | 29
| allwords
|-
! Contains any exact words (list of comma-separated strings)
| anywords
|-
! Does not contain any exact words (list of comma-separated strings)
| nowords
|-
! Changed from
| changedfrom
|-
! Changed to
| changedto
|-
! Changed by (email address?)
| changedby
|-
! Changed before relative time (e.g. 365d, 52w, 1m, or 1y)
| changedbefore
|-
! Changed after relative time (e.g. 365d, 52w, 1m, or 1y)
| changedafter
|}
|}
== Roadmap ==
* See [https://wiki.mozilla.org/Mobile/Roadmap Mobile Roadmap]
===Nightly {{CENTRAL_VERSION}}===
* {{jdone|619558}} jdone
* {{jmiss|619558}} jmiss
* {{jrisk|619558}} jrisk
* {{jok|619558}} jok
* {{jprop|619558}} jprop
===Aurora {{AURORA_VERSION}}===
* {{done|{{nbug|619558}}}} done
* {{miss|{{nbug|619558}} miss}}
* {{risk|{{nbug|619558}} risk}}
* {{ok|{{nbug|619558}} ok}}
* {{proposed|{{nbug|619558}} proposed}}
* {{wishlist|{{nbug|619558}} wishlist}}
===Beta {{BETA_VERSION}}===
;Fx26 (Ships 12/10)
* {{mok}} {{nbug|619558}} mok
* {{mrisk}} {{nbug|619558}} mrisk
* {{mprop}} {{nbug|619558}} mprop

Latest revision as of 22:17, 7 September 2023

<bugzilla> wiki query syntax

Field names:

Bug field Query field Table column

("include_fields")

Assignee assigned_to assigned_to
Comments longdesc N/A?
Bug number bug_id id
Summary/title short_desc summary
Bugzilla component component component
Status (UNCONFIRMED, NEW, ASSIGNED, RESOLVED, VERIFIED, REOPENED) bug_status status
Resolution (FIXED, INVALID, WONTFIX, DUPLICATE, WORKSFORME, INCOMPLETE) resolution resolution
Creation time (ISO 8601 datetime string like "2019-01-01" or relative time like "7d") creation_ts creation_time
Whiteboard string status_whiteboard whiteboard
Keywords keywords keywords
List of dependent blocking bugs dependson depends_on
List of bugs blocked blocked blocks
Last change time (ISO 8601 datetime string like "2019-01-01" or relative time like "7d") delta_ts last_change_time
Platform rep_platform platform
Priority priority priority
Severity bug_severity severity
Ever confirmed? (i.e. status ever NEW or ASSIGNED?) everconfirmed ever_confirmed
status-firefox99 tracking flags cf_status_firefox99

"---,?,unaffected,affected,fix-optional,fixed,wontfix,verified,disabled,verified-disabled"

cf_status_firefox99
needinfo? "flagtypes.name" substring "needinfo" N/A?

Operators for testing field values:

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

(case-sensitive!)

casesubstring
Contains substring (case-insensitive) substring
Does not contain substring (case-insensitive) notsubstring
Contains all substrings (list of comma-separated strings) allwordssubstr
Contains any substrings (list of comma-separated strings) anywordssubstr
Does not contain any substrings (list of comma-separated strings) nowordssubstr
Contains all exact words (list of comma-separated strings) allwords
Contains any exact words (list of comma-separated strings) anywords
Does not contain any exact words (list of comma-separated strings) nowords
Changed from changedfrom
Changed to changedto
Changed by (email address?) changedby
Changed before relative time (e.g. 365d, 52w, 1m, or 1y) changedbefore
Changed after relative time (e.g. 365d, 52w, 1m, or 1y) changedafter