diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-04-18 08:37:23 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-04-18 08:37:23 +0000 |
commit | 77d08731815fc1425f82f1226f5fb46813cc30db (patch) | |
tree | fc7771344cf763dc55b68ee049c5e4a6cf33fd90 /doc | |
parent | 3325e748b3e1053beae7c092230eeaba852f6d26 (diff) | |
parent | 5a5d20929048ac332e62fe48dda4e00fc684eab8 (diff) | |
download | gitlab-ce-77d08731815fc1425f82f1226f5fb46813cc30db.tar.gz |
Merge branch 'docs-update-assign-labels-to-subgroups' into 'master'
Docs assign labels to subgroups
See merge request gitlab-org/gitlab-ce!18438
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/labels.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/user/project/labels.md b/doc/user/project/labels.md index a89a1206170..914898ea2ea 100644 --- a/doc/user/project/labels.md +++ b/doc/user/project/labels.md @@ -9,8 +9,7 @@ Labels allow you to categorize issues or merge requests using descriptive titles In GitLab, you can create project and group labels: - **Project labels** can be assigned to issues or merge requests in that project only. -- **Group labels** can be assigned to any issue or merge request of any project in that group or subgroup. -- In the [future](https://gitlab.com/gitlab-org/gitlab-ce/issues/40915), you will be able to assign group labels to issues and merge reqeusts of projects in [subgroups](../group/subgroups/index.md). +- **Group labels** can be assigned to any issue or merge request of any project in that group or any subgroups of the group. ## Creating labels |