diff options
author | Lucas Charles <me@lucascharles.me> | 2019-06-07 15:04:29 +0000 |
---|---|---|
committer | Lucas Charles <me@lucascharles.me> | 2019-06-07 15:04:29 +0000 |
commit | 0e6eb0f2a090dfe2e898a8159ad0f394c367c17c (patch) | |
tree | 4ac19ea7eacf50eedafef54daeb12dfd4b7812dc | |
parent | ea7703ad82c75a92ec4bf3ee8697b864dafe5524 (diff) | |
download | gitlab-ce-patch-69.tar.gz |
Update issues/index.md with note on label priority sortingpatch-69
-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 94865ad46ee..b8ce4de305b 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 |