Dzahn has submitted this change and it was merged.

Change subject: bugzilla_report.php: Add query and formatting for list of 
urgent issues
......................................................................


bugzilla_report.php: Add query and formatting for list of urgent issues

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

Approvals:
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/templates/misc/bugzilla_report.php 
b/templates/misc/bugzilla_report.php
index 925eaf6..f2e5d46 100755
--- a/templates/misc/bugzilla_report.php
+++ b/templates/misc/bugzilla_report.php
@@ -171,7 +171,7 @@
 WHERE
         ( security_map.group_id != 15 OR security_map.group_id IS NULL )
 AND
-        resolution = ""
+        ( bug_status != "RESOLVED" AND bug_status != "VERIFIED" AND bug_status 
!= "CLOSED" )
 AND
         priority = "Highest" OR priority = "Immediate"
 ORDER BY
@@ -308,11 +308,11 @@
         formatOutput($result);
         print "\n";
 }
-/* print "\nMost urgent open issues\n\n";
+print "\nMost urgent open issues\n\n";
 foreach ($urgentStatistics as $report) {
         $sql = getHighestPrioTickets();
         $result = mysql_query($sql);
         if (!$result)
                 reportFailure("Query failure");
         formatOutputHighestPrio($result);
-} */
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I89f523690d5c20bae879eb21de49973670eece99
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to