6

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.

Uko
  • 13,134
  • 6
  • 58
  • 106

1 Answers1

1

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • a hook for that would be nice: We'd like to post to campfire, whenever a new merge-request has been posted: Is there any way to extend the campfire-hooks to report on more than push-events?! – mugwump Jan 22 '14 at 11:26
  • @mugwump I don't know, that could be a good question to ask here, or on the GitLab forum. – VonC Jan 22 '14 at 11:45