gitlab-org--gitlab-foss/changelogs/unreleased/fix-mentioned-issues-for-external-trackers.yml
Sean McGivern 9f612cc428 Fix issues mentioned but not closed for JIRA
The `ReferenceExtractor` would return an array of `ExternalIssue`
objects, and then perform `Array#-` to remove the issues
closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`,
which are used by `Array#-`.
2017-03-06 14:18:49 +00:00

4 lines
98 B
YAML

---
title: Fix issues mentioned but not closed for external issue trackers
merge_request:
author: