Aklapper has uploaded a new change for review.

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


Change subject: Add new bug status 'PATCH_TO_REVIEW' to the queries
......................................................................

Add new bug status 'PATCH_TO_REVIEW' to the queries

Change-Id: I791b49266e6a7a7bcf06ca6b6c29649aa6f078ab
---
M templates/misc/bugzilla_report.php
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/43/75843/1

diff --git a/templates/misc/bugzilla_report.php 
b/templates/misc/bugzilla_report.php
index 61a26af..b1cd72e 100755
--- a/templates/misc/bugzilla_report.php
+++ b/templates/misc/bugzilla_report.php
@@ -145,6 +145,7 @@
         bug_status = 'UNCONFIRMED' or
         bug_status = 'ASSIGNED' or
         bug_status = 'NEW' or
+        bug_status = 'PATCH_TO_REVIEW' or
         bug_status = 'REOPENED';
 END;
 }
@@ -159,6 +160,7 @@
         (bug_status = 'UNCONFIRMED' or
         bug_status = 'ASSIGNED' or
         bug_status = 'NEW' or
+        bug_status = 'PATCH_TO_REVIEW' or
         bug_status = 'REOPENED')
 AND
         bug_severity = 'enhancement';
@@ -175,6 +177,7 @@
         (bug_status = 'UNCONFIRMED' or
         bug_status = 'ASSIGNED' or
         bug_status = 'NEW' or
+        bug_status = 'PATCH_TO_REVIEW' or
         bug_status = 'REOPENED')
 AND
         bug_severity != 'enhancement';
@@ -191,6 +194,7 @@
         (bug_status = 'UNCONFIRMED' or
         bug_status = 'ASSIGNED' or
         bug_status = 'NEW' or
+        bug_status = 'PATCH_TO_REVIEW' or
         bug_status = 'REOPENED')
 AND
         bug_severity != 'enhancement'
@@ -315,6 +319,7 @@
                      'NEW',
                      'ASSIGNED',
                      'REOPENED',
+                     'PATCH_TO_REVIEW',
                      'RESOLVED',
                      'VERIFIED',);
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I791b49266e6a7a7bcf06ca6b6c29649aa6f078ab
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