Allow reporters to create projects in a group
Problem to solve
Currently one can configure that only developers or maintainers in the group can create new projects in the group. But in our case we would want that anyone added in the group with reporter level should be able to create a project (and gain admin permissions on that project), but not also have developer access to all other projects in the group. We do not want users to create branches and manage issues across all projects in the group (which what developer access for everyone would be doing).
Further details
GitHub allows such setup:
Proposal
GitLab should allow one to configure that even reporters can create projects. And also to configure what is the permission the creator has (this is related to issue #7583 (closed)), because in this case it makes no sense that the creator would have just reporter permissions on the created project.