Commit 72210f73 authored by Evan Read's avatar Evan Read

Merge branch 'miskovic-master-patch-46381' into 'master'

Update docs with Labels location

See merge request gitlab-org/gitlab!64262
parents 43b8046e cbe109e8
......@@ -59,7 +59,7 @@ and edit labels.
> Showing all inherited labels [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/241990) in GitLab 13.5.
To view a project's available labels, in the project, go to **Issues > Labels**.
To view a project's available labels, in the project, go to **Project information > Labels**.
Its list of labels includes both the labels defined at the project level, and
all labels defined by its ancestor groups. For each label, you can see the
project or group path from where it was created. You can filter the list by
......@@ -68,7 +68,7 @@ icon (**{search}**).
To create a new project label:
1. In your project, go to **Issues > Labels**.
1. In your project, go to **Project information > Labels**.
1. Select the **New label** button.
1. In the **Title** field, enter a short, descriptive name for the label. You
can also use this field to create [scoped, mutually exclusive labels](#scoped-labels).
......@@ -118,18 +118,18 @@ Promoting a label is a permanent action, and cannot be reversed.
To promote a project label to a group label:
1. Navigate to **Issues > Labels** in the project.
1. Navigate to **Project information > Labels** in the project.
1. Click on the three dots (**{ellipsis_v}**) next to the **Subscribe** button and
select **Promote to group label**.
### Group labels
To view the group labels list, navigate to the group and click **Issues > Labels**.
To view the group labels list, navigate to the group and click **Group information > Labels**.
The list includes all labels that are defined at the group level only. It does not
list any labels that are defined in projects. You can filter the list by entering
a search query at the top and clicking search (**{search}**).
To create a **group label**, navigate to **Issues > Labels** in the group and
To create a **group label**, navigate to **Group information > Labels** in the group and
follow the same process as [creating a project label](#project-labels).
#### Create group labels from epics **(ULTIMATE)**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment