diff options
author | Lucas Charles <me@lucascharles.me> | 2019-06-11 23:41:13 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-06-11 23:41:13 +0000 |
commit | 27cd3a7899b321af94c881e8f48348316d73ee35 (patch) | |
tree | ecb764cb51ad7bb87212c50421333ff6fbd7ddc4 /doc/user/project/issues/index.md | |
parent | f4cb71d3f529f1515f833c7c1a9939afe4ec0cd4 (diff) | |
download | gitlab-ce-27cd3a7899b321af94c881e8f48348316d73ee35.tar.gz |
Update issues/index.md with note on label priority sorting
Diffstat (limited to 'doc/user/project/issues/index.md')
-rw-r--r-- | doc/user/project/issues/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/project/issues/index.md b/doc/user/project/issues/index.md index 8d9e2e9db48..76dc6e49bce 100644 --- a/doc/user/project/issues/index.md +++ b/doc/user/project/issues/index.md @@ -86,7 +86,9 @@ For more information, see the [Issue Data and Actions](issue_data_and_actions.md On the Issues List, you can view all issues in the current project, or from multiple projects when opening the Issues List from the higher-level group context. Filter the issue list by [any search query](../../search/index.md#issues-and-merge-requests-per-project) and/or specific metadata, such as label(s), assignees(s), status, and more. From this view, you can also make certain changes [in bulk](../bulk_editing.md) to the displayed issues. -For more information, see the [Issue Data and Actions](issue_data_and_actions.md) page. +For more information on interacting with Issues, see the [Issue Data and Actions](issue_data_and_actions.md) page. + +For sorting by issue priority, see [Label Priority](../labels.md#label-priority). ### Issue boards |