diff options
author | Victor Wu <victor@gitlab.com> | 2018-11-21 05:40:55 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2018-11-21 05:40:55 +0000 |
commit | 91727f7d1f70fb850d92428c6a84038089e1260a (patch) | |
tree | 2e735e98e7f06cae8d346bb4b3ca43d5e9237da5 /doc | |
parent | 6a31259ccef5106126421ab5a93fd303a9326e4a (diff) | |
parent | 709c1ed8cfc830189b5db9b65174bd35350d730a (diff) | |
download | gitlab-ce-91727f7d1f70fb850d92428c6a84038089e1260a.tar.gz |
Merge branch 'docs-specify-labels-in-project-group' into 'master'
Docs specify labels in project and group list pages
See merge request gitlab-org/gitlab-ce!22886
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/labels.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/project/labels.md b/doc/user/project/labels.md index 3ae6dbe585e..f7119f3bf3c 100644 --- a/doc/user/project/labels.md +++ b/doc/user/project/labels.md @@ -19,6 +19,7 @@ A permission level of `Developer` or higher is required to create labels. ### New project label To create a **project label**, navigate to **Issues > Labels** in the project. +This page only shows project labels in this project and group labels of this project's parent group. Click the **New label** button. Enter the title, an optional description, and the background color. Click **Create label** to create the label. @@ -33,6 +34,7 @@ GitLab will add the following default labels to the project: ### New group label To create a **group label**, follow similar steps from above to project labels. Navigate to **Issues > Labels** in the group and create it from there. +This page only shows group labels in this group. Group labels appear in every label list page of the group's child projects. |