Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notify all participants about merge request

Tags:

gitlab

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.

like image 230
Uko Avatar asked Aug 28 '13 12:08

Uko


1 Answers

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.

like image 106
VonC Avatar answered Oct 05 '22 14:10

VonC