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
9e7b3441
Commit
9e7b3441
authored
Oct 22, 2020
by
charlie ablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes to docs
parent
54332bb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
doc/api/labels.md
doc/api/labels.md
+4
-0
doc/user/project/labels.md
doc/user/project/labels.md
+4
-0
No files found.
doc/api/labels.md
View file @
9e7b3441
...
...
@@ -285,6 +285,10 @@ Example response:
NOTE:
**Note:**
An older endpoint
`PUT /projects/:id/labels/promote`
with
`name`
in the parameters is still available, but deprecated.
NOTE:
**Note:**
As of GitLab 13.6, promoting a project label keeps that label's ID and changes it into a group label.
Previously, promoting a project label created a new group label with a new ID and deleted the old label.
## Subscribe to a label
Subscribes the authenticated user to a label to receive notifications.
...
...
doc/user/project/labels.md
View file @
9e7b3441
...
...
@@ -114,6 +114,10 @@ To promote a project label to a group label:
1.
Click on the three dots (
**{ellipsis_v}**
) next to the
**Subscribe**
button and
select
**Promote to group label**
.
NOTE:
**Note:**
As of GitLab 13.6, promoting a project label keeps that label's ID and changes it into a group label.
Previously, promoting a project label created a new group label with a new ID and deleted the old label.
### Group labels
To view the group labels list, navigate to the group and click
**Issues > Labels**
.
...
...
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