You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
@veshu - When using the links in "Git access control", we need to handle projects that are already set up in Gitlab / Github, but are being added to Topcoder-X.
What this means is that the users may already have access in Gitlab / Github, but aren't mapped properly in Topcoder-X.
Right now, this is causing problems because the flow errors out at {“message”:“Failed to add group member. Conflict. Detail: Member already exists”,“code”:“Member already exists”}, without first adding the user mapping into Topcoder-X.
We need to make sure that even if the user is already active on a project that we still make sure the mapping is updated / added appropriately.
The text was updated successfully, but these errors were encountered:
@veshu - When using the links in "Git access control", we need to handle projects that are already set up in Gitlab / Github, but are being added to Topcoder-X.
What this means is that the users may already have access in Gitlab / Github, but aren't mapped properly in Topcoder-X.
Right now, this is causing problems because the flow errors out at
{“message”:“Failed to add group member. Conflict. Detail: Member already exists”,“code”:“Member already exists”}
, without first adding the user mapping into Topcoder-X.We need to make sure that even if the user is already active on a project that we still make sure the mapping is updated / added appropriately.
The text was updated successfully, but these errors were encountered: