diff options
author | Victor Wu <victor@gitlab.com> | 2017-08-18 20:51:09 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2017-08-18 20:51:09 +0000 |
commit | fb8dd2f418a90fea41182497b34e7c17aa0955b0 (patch) | |
tree | 6baf2c013779ad4366a7e4e7220653c2a6c2d180 | |
parent | 02c13cbb4d52cc83573519cf42ffa2e468016526 (diff) | |
download | gitlab-ce-fb8dd2f418a90fea41182497b34e7c17aa0955b0.tar.gz |
Search and filter results.
-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 dedd02396ab..759744881f1 100644 --- a/doc/user/project/issues/index.md +++ b/doc/user/project/issues/index.md @@ -53,13 +53,15 @@ There are tabs to quickly filter by open and closed issues. ![Project issues list view](img/project_issues_list_view.png) +[Search and filter the results](../../search/index.md#issues-and-merge-requests-per-project). + View all the issues in a group (that is, all the issues across all projects in that group) by navigating to **Group > Issues**. This view also has the open and closed issue tabs. ![Group Issues list view](img/group_issues_list_view.png) -In both these list views, [search and filter the results](). +[Search and filter the results](../../search/index.md#issues-and-merge-requests-per-group). ## GitLab Issues Functionalities |