summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-09-13 09:21:01 +0000
committerDouwe Maan <douwe@gitlab.com>2017-09-13 09:21:01 +0000
commit3278681d26501963673ccec2fda417471e2a061c (patch)
tree53b3515f81dc5b696e6233407fc9aee77eb794e6
parent3142b361499c3f858c3d78bfe7c82d9faac1e097 (diff)
parentc2f28560a907b9f5df5245da329f9534322db698 (diff)
downloadgitlab-ce-3278681d26501963673ccec2fda417471e2a061c.tar.gz
Merge branch 'docs-inherit-milestone-labels-new-mr' into 'master'
Docs for automatically inherit the milestone and labels of the issue See merge request !14223
-rw-r--r--doc/user/project/issues/issues_functionalities.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/issues/issues_functionalities.md b/doc/user/project/issues/issues_functionalities.md
index 074b2c19c43..66140f389af 100644
--- a/doc/user/project/issues/issues_functionalities.md
+++ b/doc/user/project/issues/issues_functionalities.md
@@ -167,6 +167,7 @@ Once you wrote your comment, you can either:
#### 18. New Merge Request
- Create a new merge request (with a new source branch named after the issue) in one action.
-The merge request will automatically close that issue as soon as merged.
+The merge request will automatically inherit the milestone and labels of the issue. The merge
+request will automatically close that issue as soon as merged.
- Optionally, you can just create a [new branch](../repository/web_editor.md#create-a-new-branch-from-an-issue)
named after that issue.