gitlab-org--gitlab-foss/changelogs/unreleased/41532-email-reason.yml
Mario de la Ossa 23a20c20f8
Initial work to add notification reason to emails
Adds `#build_notification_recipients` to `NotificationRecipientService`
that returns the `NotificationRecipient` objects in order to be able to
access the new attribute `reason`.

This new attribute is used in the different notifier methods in order to
add the reason as a header: `X-GitLab-NotificationReason`.

Only the reason with the most priority gets sent.
2018-01-16 19:17:55 -06:00

5 lines
119 B
YAML

---
title: Initial work to add notification reason to emails
merge_request: 16160
author: Mario de la Ossa
type: added