From 798bf46c821315d003742570f65380f3ee7e0592 Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Fri, 31 Jul 2020 14:01:39 +0200 Subject: [PATCH] bugz: include ON_QA status in redirect Signed-off-by: Francois Andrieu --- roles/packages3/bugz.fp.o/files/bugz.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/packages3/bugz.fp.o/files/bugz.conf b/roles/packages3/bugz.fp.o/files/bugz.conf index 9241bcbfb4..b01b72f5da 100644 --- a/roles/packages3/bugz.fp.o/files/bugz.conf +++ b/roles/packages3/bugz.fp.o/files/bugz.conf @@ -1,5 +1,5 @@ RewriteEngine On RewriteMap lowercase int:tolower -RewriteRule ^/(.+) https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&classification=Fedora&product=Fedora&product=Fedora%20EPEL&component=$1 [R,L] +RewriteRule ^/(.+) https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=ON_QA&classification=Fedora&product=Fedora&product=Fedora%20EPEL&component=$1 [R,L] RewriteRule ^/$ https://bugzilla.redhat.com/ [R,L]