From 9029db524f62284fd07879ef38c637a2a4b32a4b Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Mon, 26 Mar 2018 17:05:11 -0400 Subject: [PATCH] Dashboard creator: fix bugs query Gerrit used to allow regexps in topic: queries, but now topic: is only for exact matches. intopic: can be used to search within topics. Change-Id: Icc5c80ead124b4383198915984543a7987b1bf2e --- tools/dashboards/heat.dash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dashboards/heat.dash b/tools/dashboards/heat.dash index e41fc9b0f9..4edf8362ec 100644 --- a/tools/dashboards/heat.dash +++ b/tools/dashboards/heat.dash @@ -12,7 +12,7 @@ foreach = (project:openstack/heat OR project:openstack/heat-agents OR query = project:openstack/heat-specs [section "Bug Fixes"] -query = topic:^bug/.* +query = intopic:^bug/.* [section "Blueprints"] query = message:"Blueprint"