diff options
author | Victor Wu <victor@gitlab.com> | 2017-08-21 14:25:07 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2017-08-21 14:25:07 +0000 |
commit | 71b89a87442f7a03387376fff60df8ba2233260b (patch) | |
tree | 8eeec30fcd1326735a6d999fa6269211a50a423c /doc/user/group/index.md | |
parent | 9b15d8e8eb6627b7e12b646c9382668d8d78e425 (diff) | |
download | gitlab-ce-71b89a87442f7a03387376fff60df8ba2233260b.tar.gz |
Diffstat (limited to 'doc/user/group/index.md')
-rw-r--r-- | doc/user/group/index.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index 2ac766e7714..a89acd907b7 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -55,12 +55,12 @@ By doing so: - John mentions everyone from his team with `@john-team` - John mentions only his marketing team with `@john-team/marketing` -## Group-level views of issues and merge requests +## Group-level list views of issues and merge requests -Issues and merge requests are part of projects. GitLab allows you to view -all issues and merge requests together, within all the projects in particular group, -in dedicated group-level views. These are the [group-level issue list view](../project/issues/index.md#issue-list-views-searching-and-filtering) -and the [group-level merge request list view](../project/merge_requests/index.md#merge-request-list-views-searching-and-filtering). +Issues and merge requests are part of projects. For a given group, view all the +issues across all the projects in that group, together in a single list view. This +is the [group-level issue list view](../project/issues/index.md#issue-list-views-searching-and-filtering). +Similarly, there is a [group-level merge request list view](../project/merge_requests/index.md#merge-request-list-views-searching-and-filtering). ## Create a new group |