summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Wu <victor@gitlab.com>2017-08-18 20:26:49 +0000
committerVictor Wu <victor@gitlab.com>2017-08-18 20:26:49 +0000
commit8c650dc629ef4aac0180d5af53f63d948f08f4c0 (patch)
tree71e6895e221457ce9ad0cc73500fce9a003849a7
parentfe18ec58ec688f4e79eccdd946f98b7b659615ea (diff)
downloadgitlab-ce-8c650dc629ef4aac0180d5af53f63d948f08f4c0.tar.gz
Update issue docs
-rw-r--r--doc/user/project/issues/index.md19
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/user/project/issues/index.md b/doc/user/project/issues/index.md
index 1f78849a92c..dedd02396ab 100644
--- a/doc/user/project/issues/index.md
+++ b/doc/user/project/issues/index.md
@@ -1,13 +1,13 @@
# Issues
-The GitLab Issue Tracker is an advanced and complete tool
+GitLab issues is an advanced and complete tool
for tracking the evolution of a new idea or the process
of solving a problem.
It allows you, your team, and your collaborators to share
and discuss proposals before and while implementing them.
-Issues and the GitLab Issue Tracker are available in all
+GitLab issues is available in all
[GitLab Products](https://about.gitlab.com/products/) as
part of the [GitLab Workflow](https://about.gitlab.com/2016/10/25/gitlab-workflow-an-overview/).
@@ -46,13 +46,20 @@ Create [issue templates](#issue-templates) to make collaboration consistent and
containing all information you need. For example, you can create a template
for feature proposals and another one for bug reports.
-## Issue Tracker
+## Issue list views, searching, and filtering
-The issue tracker is the collection of opened and closed issues created in a project.
+View all the issues within a project by navigating to **Project > Issues**.
+There are tabs to quickly filter by open and closed issues.
-![Issue tracker](img/issue_tracker.png)
+![Project issues list view](img/project_issues_list_view.png)
-Find the issue tracker by navigating to your **Project's Dashboard** > **Issues**.
+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]().
## GitLab Issues Functionalities