Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
076f3190
Commit
076f3190
authored
Mar 24, 2022
by
Marcin Sedlak-Jakubowski
Committed by
Achilleas Pipinellis
Mar 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document workaround on promoting group labels
parent
5dad1cf7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
doc/user/project/img/promote_to_parent_group_workaround_v14_10.png
...project/img/promote_to_parent_group_workaround_v14_10.png
+0
-0
doc/user/project/labels.md
doc/user/project/labels.md
+29
-0
No files found.
doc/user/project/img/promote_to_parent_group_workaround_v14_10.png
0 → 100644
View file @
076f3190
10.7 KB
doc/user/project/labels.md
View file @
076f3190
...
@@ -253,6 +253,35 @@ with the old labels are assigned to the new group label.
...
@@ -253,6 +253,35 @@ with the old labels are assigned to the new group label.
The new group label has the same ID as the previous project label.
The new group label has the same ID as the previous project label.
## Promote a subgroup label to the parent group
It's not possible to directly promote a group label to the parent group.
To achieve this, use the following workaround.
Prerequisites:
-
There must be a group that contains subgroups ("parent group").
-
There must be a subgroup in the parent group, that has a label you want to promote.
-
You must have at least the Reporter role for both groups.
To "promote" the label to the parent group:
1.
In the parent group,
[
create a label
](
#create-a-group-label
)
with the same name as the original
one. We recommend making it a different color so you don't mistake the two while you're doing this.
1.
In the subgroup,
[
view its labels
](
#view-group-labels
)
. You should see the two labels and where
they come from:
!
[
parent group and subgroup labels in the subgroup's label list
](
img/promote_to_parent_group_workaround_v14_10.png
)
1.
Next to the subgroup label (the old one), select
**Issues**
,
**Merge requests**
, or
**Epics**
.
1.
Add the new label to issues, merge requests, and epics that have the old label.
To do it faster, use
[
bulk editing
](
issues/managing_issues.md#bulk-edit-issues-from-a-group
)
.
1.
In the subgroup or the parent group,
[
delete the label
](
#delete-a-group-label
)
that belongs to
the lower-level group.
You should now have a label in the parent group that is named the same as the old one, and added
to the same issues, MRs, and epics.
## Generate default project labels
## Generate default project labels
If a project or its parent group has no labels, you can generate a default set of project
If a project or its parent group has no labels, you can generate a default set of project
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment