GitLab add role to project member - e.g. from Developer to Maintaner role

GitLab introduced roles. Sometimes in e.g. protected branches or similar events you have to have the Maintaner role, not only the Developer role. If your GitLab is setup to use LDAP and automatically assigns permissions including a role like developer, you might to change that if a permissions are necessary.

Example - Grant Maintainer Role

1. Project ---> Manage ---> Members ---> "Invite Members" button

2. Enter username & set maximum role:



GitLab add role to project member - e.g. from Developer to Maintaner role

GitLab introduced roles. Sometimes in e.g. protected branches or similar events you have to have the Maintaner role, not only the Developer ...