Commit 987279df authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'msj-issue-boards-refresh' into 'master'

Improve Issue Boards docs

See merge request gitlab-org/gitlab!33172
parents 96fcb5ba ffefe19d
...@@ -76,6 +76,7 @@ Citus ...@@ -76,6 +76,7 @@ Citus
clonable clonable
Cloudwatch Cloudwatch
Cobertura Cobertura
Codepen
Cognito Cognito
colocated colocated
colocating colocating
......
...@@ -455,7 +455,7 @@ POST /projects/:id/boards/:board_id/lists ...@@ -455,7 +455,7 @@ POST /projects/:id/boards/:board_id/lists
NOTE: **Note:** NOTE: **Note:**
Label, assignee and milestone arguments are mutually exclusive, Label, assignee and milestone arguments are mutually exclusive,
that is, only one of them are accepted in a request. 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. for more information regarding the required license for each list type.
```shell ```shell
......
This diff is collapsed.
...@@ -11,7 +11,7 @@ etc. The available sorting options can change based on the context of the list. ...@@ -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). 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, 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 ## Manual sorting
...@@ -31,6 +31,6 @@ a given list inside your GitLab instance, any time those two issues are subseque ...@@ -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 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. 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, Changing the order in an issue list changes the ordering in an issue board,
and vice versa. and vice versa.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment