Skip to content

Introduce API to fetch shared projects within a group

Manoj M J [On PTO] requested to merge group-shared-projects-api into master

What does this MR do?

This MR introduces GET /api/v4/groups/:id/projects/shared API to fetch shared projects within a group.

The requirement for this API endpoint was based on the discussion @ #213797 (comment 324128240)

I also discovered a bug with the existing projects API: #215849 (closed), so I am not adding the owned parameter to this new API.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Manoj M J [On PTO]

Merge request reports