Denis Murashko
Denis Murashko

Reputation: 129

How do I add a group reviewer in Gitlab?

I periodically need to add more than 10 people to MR and I do it manually. I add only one person at a time, through the search. Can I somehow add the whole team to the reviewers?

Upvotes: 10

Views: 11640

Answers (2)

Joshua Winfrey
Joshua Winfrey

Reputation: 91

The answer by VonC was very helpful. I was able to request a review from a group by adding a comment to the merge request similar to the one below.

/request_review @some_group/the_reviewer_group

After posting the comment, the quick action was applied. All of the members of the group received a review request.

Upvotes: 1

VonC
VonC

Reputation: 1323115

This does not seem to be supported, and could be added as a feature request, to be referenced in Epic: Merge request reviewers.

The alternative is to use quick actions, with GitLab 13.7+ (issue 241244)

https://gitlab.com/gitlab-org/gitlab/uploads/ffe12dc8a9f89212e6e2b1a0ba8ebdd3/image.png

But that presupposes you know the users' names beforehand.

Upvotes: 10

Related Questions