Dzahn has submitted this change and it was merged.
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(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
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: merged
Gerrit-Change-Id: I75a6eca1ffe154475e68b0712527635c15383656
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits