summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-03-11 14:15:05 +0000
committerSean McGivern <sean@gitlab.com>2019-03-19 14:28:30 +0000
commit222199f67032306aa318cab3f09f4be1d5c7e731 (patch)
tree3917231bda5da39507db995eb6ff5075db641f9f /changelogs
parent8d067414f5112be1a8e927ba06fad0abc989038f (diff)
downloadgitlab-ce-222199f67032306aa318cab3f09f4be1d5c7e731.tar.gz
Only count active milestones as started
The Upcoming milestone filter only considers active milestones, but the Started one included closed milestones, too. This was inconsistent.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/only-counted-active-milestones-as-started.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/only-counted-active-milestones-as-started.yml b/changelogs/unreleased/only-counted-active-milestones-as-started.yml
new file mode 100644
index 00000000000..1a9c4b9023b
--- /dev/null
+++ b/changelogs/unreleased/only-counted-active-milestones-as-started.yml
@@ -0,0 +1,5 @@
+---
+title: Only consider active milestones when using the special Started milestone filter
+merge_request:
+author:
+type: fixed