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
ffefe19d
Commit
ffefe19d
authored
Sep 10, 2020
by
Marcin Sedlak-Jakubowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve Issue Boards docs
parent
96fcb5ba
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
76 additions
and
97 deletions
+76
-97
doc/.vale/gitlab/spelling-exceptions.txt
doc/.vale/gitlab/spelling-exceptions.txt
+1
-0
doc/api/boards.md
doc/api/boards.md
+1
-1
doc/user/project/issue_board.md
doc/user/project/issue_board.md
+72
-94
doc/user/project/issues/sorting_issue_lists.md
doc/user/project/issues/sorting_issue_lists.md
+2
-2
No files found.
doc/.vale/gitlab/spelling-exceptions.txt
View file @
ffefe19d
...
...
@@ -76,6 +76,7 @@ Citus
clonable
Cloudwatch
Cobertura
Codepen
Cognito
colocated
colocating
...
...
doc/api/boards.md
View file @
ffefe19d
...
...
@@ -455,7 +455,7 @@ POST /projects/:id/boards/:board_id/lists
NOTE:
**Note:**
Label, assignee and milestone arguments are mutually exclusive,
that is, only one of them are accepted in a request.
Check the
[
Issue Board docs
](
../user/project/issue_board.md
#summary-of-features-per-tier
)
Check the
[
Issue Board docs
](
../user/project/issue_board.md
)
for more information regarding the required license for each list type.
```
shell
...
...
doc/user/project/issue_board.md
View file @
ffefe19d
This diff is collapsed.
Click to expand it.
doc/user/project/issues/sorting_issue_lists.md
View file @
ffefe19d
...
...
@@ -11,7 +11,7 @@ etc. 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#
issue-ordering
-in-a-list
)
.
similar to
[
issue boards
](
../issue_board.md#
how-gitlab-orders-issues
-in-a-list
)
.
## Manual sorting
...
...
@@ -31,6 +31,6 @@ a given list inside your GitLab instance, any time those two issues are subseque
loaded in any list in the same instance (could be a different project issue list or a
different group issue list, for example), that ordering will be maintained.
This ordering also affects
[
issue boards
](
../issue_board.md#
issue-ordering
-in-a-list
)
.
This ordering also affects
[
issue boards
](
../issue_board.md#
how-gitlab-orders-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