Aklapper has uploaded a new change for review.

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


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

[bug 45770] Update used parameters in  and  arrays

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/96/52396/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/52396
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I341a55128149e59174d1705db525f6fbe577c045
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to