From 7ac5d0add2bbe58b6d42618de700339ce02b2cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sun, 9 Jul 2017 12:53:05 +0200 Subject: Fix default Bugzilla queries --- modules/bugzilla/templates/params.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/templates/params.json b/modules/bugzilla/templates/params.json index f89feafd..fb4d81cd 100644 --- a/modules/bugzilla/templates/params.json +++ b/modules/bugzilla/templates/params.json @@ -35,7 +35,7 @@ "defaultopsys" : "Linux", "defaultplatform" : "All", "defaultpriority" : "Normal", - "defaultquery" : "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring", + "defaultquery" : "resolution=---&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&emaillongdesc3=1&order=Importance&long_desc_type=substring", "defaultseverity" : "normal", "duplicate_or_move_bug_status" : "RESOLVED", "emailregexp" : "^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$", @@ -59,7 +59,7 @@ "memcached_namespace" : "bugzilla:", "memcached_servers" : "", "musthavemilestoneonaccept" : "0", - "mybugstemplate" : "buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%&field0-0-0=bug_status&type0-0-0=notequals&value0-0-0=UNCONFIRMED&field0-0-1=reporter&type0-0-1=equals&value0-0-1=%userid%", + "mybugstemplate" : "buglist.cgi?resolution=---&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%", "noresolveonopenblockers" : "0", "or_groups" : "0", "password_check_on_login" : "1", -- cgit v1.2.1