aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-07-09 12:53:05 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-07-09 13:59:17 +0200
commit7ac5d0add2bbe58b6d42618de700339ce02b2cc0 (patch)
tree7a89be24ce416e979fae2719649163e856e9f01e /modules/bugzilla
parentb30cfaf5f1a0d984c55df3d7a39db8391e686032 (diff)
downloadpuppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.tar
puppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.tar.gz
puppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.tar.bz2
puppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.tar.xz
puppet-7ac5d0add2bbe58b6d42618de700339ce02b2cc0.zip
Fix default Bugzilla queries
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/templates/params.json4
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&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=%userid%&amp;field0-0-0=bug_status&amp;type0-0-0=notequals&amp;value0-0-0=UNCONFIRMED&amp;field0-0-1=reporter&amp;type0-0-1=equals&amp;value0-0-1=%userid%",
+ "mybugstemplate" : "buglist.cgi?resolution=---&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=%userid%",
"noresolveonopenblockers" : "0",
"or_groups" : "0",
"password_check_on_login" : "1",