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
f0ca6bda
Commit
f0ca6bda
authored
Oct 20, 2021
by
Marcin Sedlak-Jakubowski
Committed by
Kati Paizee
Oct 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sorting issue boards docs (reapply community contribution)
parent
2847f795
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
doc/user/project/issue_board.md
doc/user/project/issue_board.md
+7
-6
doc/user/project/issues/sorting_issue_lists.md
doc/user/project/issues/sorting_issue_lists.md
+2
-2
No files found.
doc/user/project/issue_board.md
View file @
f0ca6bda
...
...
@@ -197,21 +197,22 @@ card includes:
Users with the
[
Reporter and higher roles
](
../permissions.md
)
can use all the functionality of the
issue board feature to create or delete lists. They can also drag issues from one list to another.
## How GitLab orders issues in a list
When visiting a board, issues appear ordered in any list. You're able to change
that order by dragging the issues. The changed order is saved, so that anybody who visits the same
board later sees the reordering, with some exceptions.
## Ordering issues in a list
When an issue is created, the system assigns a relative order value that is greater than the maximum value
of that issue's project or root group. This means the issue will be at the bottom of any issue list that
it appears in.
When you visit a board, issues appear ordered in any list. You're able to change
that order by dragging the issues. The changed order is saved, so that anybody who visits the same
board later sees the reordering, with some exceptions.
Any time you drag and reorder the issue, its relative order value changes accordingly.
Then, any time that issue appears in any board, the ordering is done according to
the updated relative order value. If a user in your GitLab instance
drags issue
`A`
above issue
`B`
, the ordering is maintained when these two issues are subsequently
loaded in any board in the same instance. This could be a different project board or a different group
loaded in any board in the same instance.
This could be a different project board or a different group
board, for example.
This ordering also affects
[
issue lists
](
issues/sorting_issue_lists.md
)
.
...
...
doc/user/project/issues/sorting_issue_lists.md
View file @
f0ca6bda
...
...
@@ -23,7 +23,7 @@ The available sorting options can change based on the context of the list.
For sorting by issue priority, see
[
Label Priority
](
../labels.md#label-priority
)
.
In group and project issue lists, it is also possible to order issues manually,
similar to
[
issue boards
](
../issue_board.md#
how-gitlab-orders
-issues-in-a-list
)
.
similar to
[
issue boards
](
../issue_board.md#
ordering
-issues-in-a-list
)
.
## Sorting by popularity
...
...
@@ -48,7 +48,7 @@ the updated relative order value is used for the ordering.
So, if anyone drags issue
`A`
above issue
`B`
in your GitLab instance,
this ordering is maintained whenever they appear together in any list.
This ordering also affects
[
issue boards
](
../issue_board.md#
how-gitlab-orders
-issues-in-a-list
)
.
This ordering also affects
[
issue boards
](
../issue_board.md#
ordering
-issues-in-a-list
)
.
Changing the order in an issue list changes the ordering in an issue board,
and vice versa.
...
...
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