diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-08-02 13:56:24 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-08-02 13:56:24 +0000 |
commit | 8ec089f3324ca6e181b575560c636c93bde6b52d (patch) | |
tree | b9cf5d906086c8b0abd84540c4227f01f39bde96 | |
parent | 1b117e7f2d8cf4c2793bd2234688ad8739056894 (diff) | |
parent | 957274f40e114af88c895bb897318abc9ea082bb (diff) | |
download | gitlab-ce-8ec089f3324ca6e181b575560c636c93bde6b52d.tar.gz |
Merge branch 'update-milestone-docs' into 'master'
Update milestone docs CE
See merge request !13233
-rw-r--r-- | doc/user/project/milestones/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/milestones/index.md b/doc/user/project/milestones/index.md index 1848514e2dd..23ffde4e8bd 100644 --- a/doc/user/project/milestones/index.md +++ b/doc/user/project/milestones/index.md @@ -27,6 +27,10 @@ of that milestone and the issues/merge requests count that it shares across the In addition to that you will be able to filter issues or merge requests by group milestones in all projects that belongs to the milestone group. +## Milestone promotion + +You will be able to promote a project milestone to a group milestone [in the future](https://gitlab.com/gitlab-org/gitlab-ce/issues/35833). + ## Special milestone filters In addition to the milestones that exist in the project or group, there are some @@ -49,3 +53,7 @@ is calculated as; closed and merged merge requests plus all closed issues divide total merge requests and issues. ![Milestone statistics](img/progress.png) + +## Quick actions + +[Quick actions](../quick_actions.md) are available for assigning and removing project milestones only. [In the future](https://gitlab.com/gitlab-org/gitlab-ce/issues/34778), this will also apply to group milestones. |