Aklapper has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/52616


Change subject: [bug 45770] Update used parameters in statesToRun and 
resolutionsToRun arrays
......................................................................

[bug 45770] Update used parameters in statesToRun and resolutionsToRun arrays

Change-Id: I75a6eca1ffe154475e68b0712527635c15383656
---
M templates/misc/bugzilla_report.php
1 file changed, 7 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/16/52616/1

diff --git a/templates/misc/bugzilla_report.php 
b/templates/misc/bugzilla_report.php
index 6f9ea0f..919885f 100755
--- a/templates/misc/bugzilla_report.php
+++ b/templates/misc/bugzilla_report.php
@@ -184,15 +184,16 @@
                          'getBugsPerProduct',
                          'getBugsResolvedPerUser',);
 
-$statesToRun = array('NEW',
+$statesToRun = array('UNCONFIRMED',
+                     'NEW',
                      'ASSIGNED',
                      'REOPENED',
-                     'RESOLVED',);
+                     'RESOLVED',
+                     'VERIFIED',);
 
-$resolutionsToRun = array('FIXED',      'REMIND',
-                          'INVALID',    'DUPLICATE',
-                          'WONTFIX',    'WORKSFORME',
-                          'LATER',      'MOVED',);
+$resolutionsToRun = array('FIXED',      'DUPLICATE',
+                          'INVALID',    'WORKSFORME',
+                          'WONTFIX',);
 
 $totalStatistics = array ('getTotalOpenBugs',);
 

-- 
To view, visit https://gerrit.wikimedia.org/r/52616
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I75a6eca1ffe154475e68b0712527635c15383656
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <aklap...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to