Skip to content

Show archived projects from subgroups

What does this MR do and why?

Regression fix from !122524 (merged). Currently the Archived projects tab doesn't show projects nested in subgroups. This MR adds the include_subgroups argument to the API call to fix this bug.

Related to #419279 (closed)

Screenshots or screen recordings

Before After
Screenshot 2023-07-20 at 8.52.47 AM.png Screenshot 2023-07-20 at 8.52.16 AM.png

How to set up and validate locally

  1. Create a group
  2. Create a subgroup in that group
  3. Create a project in that subgroup
  4. Navigate to the project -> Settings -> General -> Advanced. Click Archive project
  5. Navigate to the parent group created in step 1. Click the Archived projects tab. The archived project should be visible

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Hegman

Merge request reports