Mobile/Triage/Priorities

From New wiki
Jump to navigation Jump to search

Helpful links

P1 - Fix in the current release or iteration

<bugzilla> {

   "product": "Firefox for Android",
   "order": "bug_id",
   "priority": "P1",
   "resolution": "---",
   "include_fields": "id, summary, status, assigned_to, last_change_time",
   "chfieldfrom": "2016-06-01"

} </bugzilla>

P2 - Fix in the next release or iteration

<bugzilla> {

   "product": "Firefox for Android",
   "order": "bug_id",
   "priority": "P2",
   "resolution": "---",
   "include_fields": "id, summary, status, assigned_to, last_change_time",
   "chfieldfrom": "2016-06-01"

} </bugzilla>

P3 - Backlog

<bugzilla> {

   "product": "Firefox for Android",
   "order": "bug_id",
   "priority": "P3",
   "resolution": "---",
   "include_fields": "id, summary, status, assigned_to, last_change_time",
   "chfieldfrom": "2016-06-01"

} </bugzilla>

P4 - Nope

There's no P4.

P5 - Will not fix, but will accept a patch

(Not embedded because low priority..)