openstackdocstheme/releasenotes/notes/storyboard-url-cee60d9449ec2980.yaml
chenxing c7f1ed0028 Fix the incorrect storyboard url
Using "repository_name" instead of "bug_project" to combine with the
"urlBase" string, if set use_storyboard to "True". storyboard URLs are
in this format:
"https://storyboard.openstack.org/#!/project/"+"openstack/whereto"
not:
"https://storyboard.openstack.org/#!/project/"+"whereto"

Change-Id: Ib553d95f22c7848a5bd537b8929a2d6e6625451b
2018-09-13 08:51:44 +08:00

7 lines
223 B
YAML

---
fixes:
- |
If you use storyboard via ``use_storyboard``, now only ``repository_name``
is used and not ``bug_project`` anymore to construct the URL for storyboard.
The generated URL has been fixed as well.