diff options
author | Victor Wu <victor@gitlab.com> | 2018-04-17 19:15:35 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2018-04-17 19:15:35 +0000 |
commit | 5a5d20929048ac332e62fe48dda4e00fc684eab8 (patch) | |
tree | 205d7744413c6c7ac11a5455cc778d94b3675c14 | |
parent | 2cc78c0b03d9468e25bbf4805fe1d55e414840ff (diff) | |
download | gitlab-ce-5a5d20929048ac332e62fe48dda4e00fc684eab8.tar.gz |
Docs assign labels to subgroups
-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 |