Developers can't close MR
ZD: https://gitlab.zendesk.com/agent/tickets/15784
Description
Developers are not able to close Merge Requests as the close button is not available for MRs that aren't their own. From the documentations perspective (https://gitlab.com/help/permissions/permissions) its understood that a "Manage merge requests" permission should be sufficient.
But by looking at the code (https://gitlab.com/gitlab-org/gitlab-ee/blob/master/app/models/ability.rb) I only see the "update_merge_request" permission for masters and higher (which is the permission that is used for this check: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/app/views/projects/merge_requests/show/_mr_title.html.haml ).
Is this intended and the documentation is just wrong? Or is it possible to give this permission to the developers role?
@JobV Is this intended? If so do you think it makes sense that Manage MR also includes closing those from other devs or should we make this clear from our documentation?