Allow Searching for Issues from Multiple Child Groups from Parent Group
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Proposal
Related support ticket: https://support.gitlab.com/hc/en-us/requests/607390
Currently it does not look like there is a way for GitLab to filter search results for MRs on multiple subgroups. There are a variety of ways to search for MRs, and a plethora of filters as well. However, it does not seem like there is a way to filter down by the results from the subgroups.
It would help if we did something like the following:
https://<INSTANCE_URL>/search?search=<DESIRED_SEARCH_CRITERIA>&scope=merge_requests&group_id=<GROUP_ID_1>&group_id=<GROUP_ID_2>
That the results displayed were MRs from groups with their group IDs equalling GROUP_ID_1 and GROUP_ID_2. This would allow folks to easily view MRs from multiple groups without having to have multiple tabs open or otherwise bounce back and forth between them.