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
This commit is contained in:
Zane Bitter 2018-03-26 17:05:11 -04:00
parent 6ccfb11df9
commit 9029db524f
1 changed files with 1 additions and 1 deletions

View File

@ -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"