gitlab-org--gitlab-foss/changelogs/unreleased/fix-milestone-references-with-escaped-html-entities.yml
Sean McGivern 17b97bf029 Fix milestone references with HTML entities in the name
When a milestone name contained an HTML entity that would be escaped (&,
<, >), then it wasn't possible to refer to this milestone by name, or
use it in a quick action.

This already worked for labels, but not for milestones. We take care to
re-escape un-matched milestones, too.
2019-05-24 10:07:21 +01:00

5 lines
99 B
YAML

---
title: Fix milestone references containing &, <, or >
merge_request: 28667
author:
type: fixed