From 8c650dc629ef4aac0180d5af53f63d948f08f4c0 Mon Sep 17 00:00:00 2001 From: Victor Wu Date: Fri, 18 Aug 2017 20:26:49 +0000 Subject: Update issue docs --- doc/user/project/issues/index.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1