Skip to content

Resolve "lists the groups to where projects can be transferred to, on `User.groups` GraphQL endpoint"

What does this MR do and why?

For #366402 (closed), originating from the discussion in #296817 (comment 1006207461).

Currently, the Project transfer locations is being coded in HAML:

Screen_Shot_2022-06-16_at_12.41.48_PM

But, we need to move this to a Vue component that obtains the data from a GraphQL API so that we can bring further improvements to this area (see !90127 (merged))

So, as first step, we are exposing the details of "groups accepting project transfer for the current user" via the GraphQL API.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Screen_Shot_2022-06-30_at_2.31.55_PM

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 Manoj M J

Merge request reports

Loading