From 41ac6fd3ad098f385d58ba1999c2eff94a06b1d7 Mon Sep 17 00:00:00 2001 From: Emma Humphries Date: Thu, 13 Jul 2017 16:51:17 -0700 Subject: [PATCH] Adding bugs marked as affecting current release. --- public/javascript/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/javascript/index.js b/public/javascript/index.js index c68b7c7..8b2746a 100644 --- a/public/javascript/index.js +++ b/public/javascript/index.js @@ -2,6 +2,8 @@ const untriaged = "https://bugzilla.mozilla.org/rest/bug?include_fields=id,summa const unassigned = "https://bugzilla.mozilla.org/rest/bug?include_fields=id,summary,status&chfield=%5BBug%20creation%5D&chfieldfrom=2017-03-06&chfieldto=now&email1=intermittent-bug-filer%40mozilla.bugs&email2=nobody%40mozilla.org&emailassigned_to2=1&emailreporter1=1&emailtype1=notequals&emailtype2=exact&f1=flagtypes.name&limit=0&o1=notequals&priority=--&product=Core&product=Firefox&product=Firefox%20for%20Android&product=Firefox%20for%20iOS&product=Toolkit&resolution=---&v1=needinfo%3F"; +const known = "https://bugzilla.mozilla.org/rest/bug?include_fields=id,summary,status&chfield=%5BBug%20creation%5D&chfieldfrom=2017-03-06&chfieldto=now&email1=intermittent-bug-filer%40mozilla.bugs&emailreporter1=1&emailtype1=notequals&f1=flagtypes.name&f10=cf_status_firefox56&f11=CP&f12=cf_status_firefox56&f3=OP&f4=cf_status_firefox56&f5=cf_status_firefox56&f6=cf_status_firefox56&f7=cf_status_firefox56&f8=cf_status_firefox56&f9=cf_status_firefox56&j3=AND_G&o1=notequals&o12=equals&o4=notequals&o5=notequals&o6=notequals&o7=notequals&o8=notequals&o9=notequals&priority=--&product=Core&product=Firefox&product=Firefox%20for%20Android&product=Firefox%20for%20iOS&product=Toolkit&resolution=---&v1=needinfo%3F&v12=affected&v4=wontfix&v5=unaffected&v6=fixed&v7=verified&v8=disabled&v9=%20verified-disabled%20"; + const enhancements = "https://bugzilla.mozilla.org/rest/bug?include_fields=id,summary,status&bug_severity=enhancement&chfield=%5BBug%20creation%5D&chfieldfrom=2017-03-06&chfieldto=NOW&email1=intermittent-bug-filer%40mozilla.bugs&emailreporter1=1&emailtype1=notequals&f1=flagtypes.name&o1=notequals&priority=--&product=Core&product=Firefox&product=Firefox%20for%20Android&product=Firefox%20for%20iOS&product=Toolkit&resolution=---&v1=needinfo%3F"; const noassignee = "https://bugzilla.mozilla.org/rest/bug?include_fields=id,summary,status&chfield=%5BBug%20creation%5D&chfieldfrom=2016-06-01&chfieldto=Now&email1=nobody%40mozilla.org&emailassigned_to1=1&emailtype1=exact&f1=delta_ts&f2=flagtypes.name&known_name=Orphaned%20P1s&o1=lessthan&o2=notsubstring&priority=P1&product=Core&product=Firefox&product=Firefox%20for%20Android&product=Firefox%20for%20iOS&product=Toolkit&resolution=---&v1=-2w&v2=needinfo%3F"; @@ -15,6 +17,9 @@ var currentCycle = [ {title: "Unassigned Untriaged Bugs in Current Cycle", name: "unassigned", url: unassigned}, + {title: "Untriaged Bugs in Current Cycle Known to Affect FFx 56", + name: "known", + url: known}, {title: "Untriaged Enhancement Requests in Current Cycle", name: "enhancements", url: enhancements},