Add System Admin User
Created by: wdamien
Admin users do not have access to create projects in any Namespace, only the ones they are owners of.
Steps to reproduce:
- Sign in to your gitlab instance with an admin account
- Open the admin area and select "New Project"
- In the namespace dropdown is only "Administrator" visible. You cannot search for different namespaces, that you are not an owner of.
Expected behaviour: As an admin I should see all the namespaces for my gitlab install.
Workaround
- Visit /admin/projects/NAMESPACE/PROJECT_NAME/, look under under the Transfer project section, you can browse all the namespaces. Then transfer your project to the correct namespace that way. However if an admin can see all the namespaces here, why not in add project?
- Add the admin as an owner of the namespace in question.