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
c9e98f53
Commit
c9e98f53
authored
Mar 15, 2022
by
Marcin Sedlak-Jakubowski
Committed by
Suzanne Selhorn
Mar 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CTRT edits to Labels documentation
Part of TW FY23Q1 OKR
parent
0d9b1b4a
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
296 additions
and
157 deletions
+296
-157
doc/api/group_labels.md
doc/api/group_labels.md
+1
-1
doc/user/project/img/labels_sort_label_priority.png
doc/user/project/img/labels_sort_label_priority.png
+0
-0
doc/user/project/img/labels_sort_priority.png
doc/user/project/img/labels_sort_priority.png
+0
-0
doc/user/project/img/labels_subscriptions_v13_5.png
doc/user/project/img/labels_subscriptions_v13_5.png
+0
-0
doc/user/project/issue_board.md
doc/user/project/issue_board.md
+1
-1
doc/user/project/issues/sorting_issue_lists.md
doc/user/project/issues/sorting_issue_lists.md
+4
-2
doc/user/project/labels.md
doc/user/project/labels.md
+289
-152
doc/user/search/index.md
doc/user/search/index.md
+1
-1
No files found.
doc/api/group_labels.md
View file @
c9e98f53
...
...
@@ -8,7 +8,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/21368) in GitLab 11.8.
This API supports managing
[
group labels
](
../user/project/labels.md#
project-labels-and-group
-labels
)
.
This API supports managing
[
group labels
](
../user/project/labels.md#
types-of
-labels
)
.
It allows users to list, create, update, and delete group labels. Furthermore, users can subscribe to and
unsubscribe from group labels.
...
...
doc/user/project/img/labels_sort_label_priority.png
deleted
100644 → 0
View file @
0d9b1b4a
41.3 KB
doc/user/project/img/labels_sort_priority.png
deleted
100644 → 0
View file @
0d9b1b4a
40.5 KB
doc/user/project/img/labels_subscriptions_v13_5.png
deleted
100644 → 0
View file @
0d9b1b4a
11.1 KB
doc/user/project/issue_board.md
View file @
c9e98f53
...
...
@@ -536,7 +536,7 @@ changing a label.
A typical workflow of using an issue board would be:
1.
You
have
[
created
](
labels.md#label-management
)
and
[
prioritized
](
labels.md#
label-priority
)
1.
You
[
create
](
labels.md#create-a-label
)
and
[
prioritize
](
labels.md#set-
label-priority
)
labels to categorize your issues.
1.
You have a bunch of issues (ideally labeled).
1.
You visit the issue board and start
[
creating lists
](
#create-a-new-list
)
to
...
...
doc/user/project/issues/sorting_issue_lists.md
View file @
c9e98f53
...
...
@@ -49,7 +49,7 @@ Ties are broken arbitrarily. Only the highest prioritized label is checked,
and labels with a lower priority are ignored.
For more information, see
[
issue 14523
](
https://gitlab.com/gitlab-org/gitlab/-/issues/14523
)
.
To learn
more about priority labels, read the
[
Labels
](
../labels.md#label-priority
)
documentation
.
To learn
how to change label priority, see
[
Label priority
](
../labels.md#set-label-priority
)
.
## Sorting by last updated
...
...
@@ -98,7 +98,9 @@ When you sort by **Priority**, the issue order changes to sort in this order:
1.
Issues with a higher priority label.
1.
Issues without a prioritized label.
To learn more about priority, read the
[
Labels
](
../labels.md#label-priority
)
documentation.
Ties are broken arbitrarily.
To learn how to change label priority, see
[
Label priority
](
../labels.md#set-label-priority
)
.
## Sorting by title
...
...
doc/user/project/labels.md
View file @
c9e98f53
This diff is collapsed.
Click to expand it.
doc/user/search/index.md
View file @
c9e98f53
...
...
@@ -194,7 +194,7 @@ Some filters can be added multiple times. These include but are not limited to a
You can search your
[
To-Do List
](
../todos.md
)
by "to do" and "done".
You can filter to-do items per project, author, type, and action.
Also, you can sort them by
[
**Label priority**
](
../../user/project/labels.md#label-priority
)
,
Also, you can sort them by
[
**Label priority**
](
../../user/project/labels.md#
set-
label-priority
)
,
**Last created**
, and
**Oldest created**
.
## Projects
...
...
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