Uko
Uko

Reputation: 13396

Notify all participants about merge request

Is there a way to notify all gitlab project participants about new merge request, so they can review changes and vote? At the moment only a responsible person is notified and this is IMHO not very well team-oriented.

Upvotes: 6

Views: 5459

Answers (1)

VonC
VonC

Reputation: 1326994

If this isn't supported, that would be a feature request to add to the "feedback.gitlab.com" page.

But consider also "Notify only requester and not whole team on comment in merge request":

the whole team is notified via email when someone comments on a merge request. Please add the functionality to just notify the one who created the merge request to be notified

This is done since 5.3, which means a comment on a change request should notify a group, and not just the owner.

Upvotes: 1

Related Questions