Dzahn has submitted this change and it was merged.
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(-)
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 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: merged
Gerrit-Change-Id: I791b49266e6a7a7bcf06ca6b6c29649aa6f078ab
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