summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorVictor Wu 🌴Vacation Feb 10-18🌴 <victor@gitlab.com>2018-02-08 15:44:56 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-02-08 15:44:56 +0000
commitd2ec2d865cab7703ee19c0ae30a7fdfefc34ed7d (patch)
treedfc0d4132acf61938295f39e66a98c87b2a54eb2 /doc/user
parent3da8cfc695bda5dbcae0f224fe0b500bf2acddbf (diff)
downloadgitlab-ce-d2ec2d865cab7703ee19c0ae30a7fdfefc34ed7d.tar.gz
Issues and merge requests in subgroups docs
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/issues/index.md4
-rw-r--r--doc/user/project/merge_requests/index.md6
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/user/project/issues/index.md b/doc/user/project/issues/index.md
index 88acd8edbe2..be4436749f9 100644
--- a/doc/user/project/issues/index.md
+++ b/doc/user/project/issues/index.md
@@ -64,9 +64,7 @@ You can also [search and filter](../../search/index.md#issues-and-merge-requests
### Issues per group
-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.
+View issues in all projects in the group, including all projects of all descendant subgroups of the group. Navigate to **Group > Issues** to view these issues. This view also has the open and closed issues tabs.
![Group Issues list view](img/group_issues_list_view.png)
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index aa3266cb457..1658307ef81 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -70,9 +70,9 @@ and you can use the tabs available to quickly filter by open and closed. You can
## Merge requests per group
-View all the merge requests in a group (that is, all the merge requests across all projects in that
-group) by navigating to **Group > Merge Requests**. This view also has the open, merged, and closed
-merge request tabs, from which you can [search and filter the results](../../search/index.md#issues-and-merge-requests-per-group).
+View merge requests in all projects in the group, including all projects of all descendant subgroups of the group. Navigate to **Group > Merge Requests** to view these merge requests. This view also has the open and closed merge requests tabs.
+
+You can [search and filter the results](../../search/index.md#issues-and-merge-requests-per-group) from here.
![Group Issues list view](img/group_merge_requests_list_view.png)