diff options
author | Frédéric Buclin <LpSolit@netscape.net> | 2017-07-09 12:53:05 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-07-09 13:59:17 +0200 |
commit | 7ac5d0add2bbe58b6d42618de700339ce02b2cc0 (patch) | |
tree | 7a89be24ce416e979fae2719649163e856e9f01e | |
parent | b30cfaf5f1a0d984c55df3d7a39db8391e686032 (diff) | |
download | puppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.tar puppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.tar.gz puppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.tar.bz2 puppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.tar.xz puppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.zip |
Fix default Bugzilla queries
-rw-r--r-- | modules/bugzilla/templates/params.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |