Commit 75b936d9 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'patch-255' into 'master'

Update labels.md Edit language errors

See merge request gitlab-org/gitlab!44705
parents 593d8264 1a17cf16
...@@ -57,7 +57,7 @@ and edit labels. ...@@ -57,7 +57,7 @@ and edit labels.
### Project labels ### Project labels
View the project labels list by going to the project and clicking **Issues > Labels**. To view the project labels list, navigate to the project and click **Issues > Labels**.
The list includes all labels that are defined at the project level, as well as all The list includes all labels that are defined at the project level, as well as all
labels inherited from the immediate parent group. labels inherited from the immediate parent group.
For each label, you can see the project or group path from where it was created. For each label, you can see the project or group path from where it was created.
...@@ -89,19 +89,19 @@ a label by clicking the three dots (**{ellipsis_v}**) next to the **Subscribe** ...@@ -89,19 +89,19 @@ a label by clicking the three dots (**{ellipsis_v}**) next to the **Subscribe**
and selecting **Delete**. and selecting **Delete**.
CAUTION: **Caution:** CAUTION: **Caution:**
If you delete a label, it is permanently deleted. You will not be able to undo the deletion, and all references to the label will be removed from the system. If you delete a label, it is permanently deleted. All references to the label are removed from the system and you cannot undo the deletion.
#### Promote a project label to a group label #### Promote a project label to a group label
If you previously created a project label and now want to make it available for other If you previously created a project label and now want to make it available for other
projects within the same group, you can promote it to a group label. projects within the same group, you can promote it to a group label.
If other projects in the same group have a label with the same title, they will all be If other projects in the same group have a label with the same title, they are all
merged with the new group label. If a group label with the same title exists, it will merged with the new group label. If a group label with the same title exists, it is
also be merged. also merged.
All issues, merge requests, issue board lists, issue board filters, and label subscriptions All issues, merge requests, issue board lists, issue board filters, and label subscriptions
with the old labels will be assigned to the new group label. with the old labels are assigned to the new group label.
CAUTION: **Caution:** CAUTION: **Caution:**
Promoting a label is a permanent action, and cannot be reversed. Promoting a label is a permanent action, and cannot be reversed.
...@@ -114,7 +114,7 @@ To promote a project label to a group label: ...@@ -114,7 +114,7 @@ To promote a project label to a group label:
### Group labels ### Group labels
View the group labels list by going to the group and clicking **Issues > Labels**. To view the group labels list, navigate to the group and click **Issues > Labels**.
The list includes all labels that are defined at the group level only. It does not 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 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}**). a search query at the top and clicking search (**{search}**).
...@@ -124,15 +124,15 @@ follow the same process as [creating a project label](#project-labels). ...@@ -124,15 +124,15 @@ follow the same process as [creating a project label](#project-labels).
#### Create group labels from epics **(ULTIMATE)** #### Create group labels from epics **(ULTIMATE)**
You can create group labels from the Epic sidebar. The labels you create will You can create group labels from the epic sidebar. The labels you create
belong to the immediate group to which the epic belongs. The process is the same as belong to the immediate group to which the epic belongs. The process is the same as
creating a [project label from an issue or merge request](#project-labels). creating a [project label from an issue or merge request](#project-labels).
### Generate default labels ### Generate default labels
If a project or group has no labels, you can generate a default set of project or group If a project or group has no labels, you can generate a default set of project or group
labels from the label list page. The page will show a **Generate a default set of labels** labels from the label list page. The page shows a **Generate a default set of labels**
button if the list is empty, and clicking it will add the following default labels button if the list is empty. Select the button to add the following default labels
to the project: to the project:
- `bug` - `bug`
...@@ -158,10 +158,10 @@ title, for example: ...@@ -158,10 +158,10 @@ title, for example:
![Scoped labels](img/labels_key_value_v13_5.png) ![Scoped labels](img/labels_key_value_v13_5.png)
An issue, merge request or epic cannot have two scoped labels, of the form `key::value`, An issue, merge request or epic cannot have two scoped labels, of the form `key::value`,
with the same `key`. Adding a new label with the same `key`, but a different `value` will with the same `key`. Adding a new label with the same `key`, but a different `value`
cause the previous `key` label to be replaced with the new label. causes the previous `key` label to be replaced with the new label.
Example use case: For example:
1. An issue is identified as being low priority, and a `priority::low` project 1. An issue is identified as being low priority, and a `priority::low` project
label is added to it. label is added to it.
...@@ -194,7 +194,7 @@ This functionality is demonstrated in a video regarding ...@@ -194,7 +194,7 @@ This functionality is demonstrated in a video regarding
### Scoped labels with nested scopes ### Scoped labels with nested scopes
You can create a label with a nested scope by using multiple double colons `::` when creating You can create a label with a nested scope by using multiple double colons `::` when creating
it. In this case, everything before the last `::` will be the scope. it. In this case, everything before the last `::` is the scope.
For example, `workflow::backend::review` and `workflow::backend::development` are valid For example, `workflow::backend::review` and `workflow::backend::development` are valid
scoped labels, but they **can't** exist on the same issue at the same time, as they scoped labels, but they **can't** exist on the same issue at the same time, as they
...@@ -208,7 +208,7 @@ both have different scopes, `workflow::frontend` and `workflow::backend`. ...@@ -208,7 +208,7 @@ both have different scopes, `workflow::frontend` and `workflow::backend`.
From the project label list page and the group label list page, you can click **Subscribe** From the project label list page and the group label list page, you can click **Subscribe**
to the right of any label to enable [notifications](../profile/notifications.md) for that to the right of any label to enable [notifications](../profile/notifications.md) for that
label. You will be notified whenever the label is assigned to an epic, label. You are notified whenever the label is assigned to an epic,
issue, or merge request. issue, or merge request.
If you are subscribing to a group label from within a project, you can select to subscribe If you are subscribing to a group label from within a project, you can select to subscribe
......
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