From 558702b0b569b723474e3652bf46c3b84f322618 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 2 Dec 2019 03:06:14 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- doc/user/project/milestones/index.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/user/project/milestones/index.md b/doc/user/project/milestones/index.md index bb3ce3d69fa..eacc1fd12dc 100644 --- a/doc/user/project/milestones/index.md +++ b/doc/user/project/milestones/index.md @@ -105,14 +105,17 @@ The milestone view shows the title and description. There are also tabs below these that show the following: -- Issues - Shows all issues assigned to the milestone. These are displayed in three columns: Unstarted issues, ongoing issues, and completed issues. -- Merge requests - Shows all merge requests assigned to the milestone. These are displayed in four columns: Work in progress merge requests, waiting for merge, rejected, and closed. -- Participants - Shows all assignees of issues assigned to the milestone. -- Labels - Shows all labels that are used in issues assigned to the milestone. +- **Issues**: Shows all issues assigned to the milestone. These are displayed in three columns named: + - Unstarted Issues (open and unassigned) + - Ongoing Issues (open and assigned) + - Completed Issues (closed) +- **Merge Requests**: Shows all merge requests assigned to the milestone. These are displayed in four columns named: + - Work in progress (open and unassigned) + - Waiting for merge (open and unassigned) + - Rejected (closed) + - Merged +- **Participants**: Shows all assignees of issues assigned to the milestone. +- **Labels**: Shows all labels that are used in issues assigned to the milestone. ### Project Burndown Charts **(STARTER)**