summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Lee Yu <hleeyu@gmail.com>2018-10-23 09:56:56 +0000
committerPhil Hughes <me@iamphill.com>2018-10-23 09:56:56 +0000
commit5d8036a4b6bfdcb85d276a3e2b5d3c5f49117140 (patch)
treeefe96b6a842280670bfe3cf93e63792eda713aa1 /doc
parentc1d821ed49f7d51a364938a4be38d3693b641fb9 (diff)
downloadgitlab-ce-5d8036a4b6bfdcb85d276a3e2b5d3c5f49117140.tar.gz
Add `Any` option to milestone filter
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/milestones/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/milestones/index.md b/doc/user/project/milestones/index.md
index 632253db94c..3cf46231a9d 100644
--- a/doc/user/project/milestones/index.md
+++ b/doc/user/project/milestones/index.md
@@ -68,7 +68,8 @@ From [project issue boards](../issue_board.md), you can filter by both group mil
When filtering by milestone, in addition to choosing a specific project milestone or group milestone, you can choose a special milestone filter.
-- **No Milestone**: Show issues or merge requests with no assigned milestone.
+- **None**: Show issues or merge requests with no assigned milestone.
+- **Any**: Show issues or merge requests that have an assigned milestone.
- **Upcoming**: Show issues or merge requests that have been assigned the open milestone that has the next upcoming due date (i.e. nearest due date in the future).
- **Started**: Show issues or merge requests that have an assigned milestone with a start date that is before today.