-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Assigning an issue does not send an email if user's notifications are set to "Only on Mention" #17892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Milestone
Comments
came across this too now. would be very helpful and users expect a notification email when they got assigned also if they've |
flozzone
added a commit
to flozzone/gitea
that referenced
this issue
Feb 10, 2022
zeripath
pushed a commit
to zeripath/gitea
that referenced
this issue
Feb 14, 2022
…o-gitea#18707) Backport go-gitea#18707 Addresses go-gitea#17892, where emails notifications are not sent to assignees (issue and PR) and reviewers (PR) when they have the email setting Only email on mention enabled. From the user experience perspective, when a user gets a issue/PR assigned or a PR review request, he/she would expect to be implicitly mentioned since the assignment or request is personal and targeting a single person only. Thus I see go-gitea#17892 as a bug. Could we therefore mark this ticket as such? The changed code just explicitly checks for the EmailNotificationsOnMention setting beside the existing EmailNotificationsEnabled check. Too rude? @lunny mentioned a mock mail server for tests, is there something ready. How could I make use of it? See go-gitea#12774 (comment) Fix go-gitea#17892
lunny
pushed a commit
that referenced
this issue
Feb 14, 2022
…18707) (#18765) Backport #18707 Addresses #17892, where emails notifications are not sent to assignees (issue and PR) and reviewers (PR) when they have the email setting Only email on mention enabled. From the user experience perspective, when a user gets a issue/PR assigned or a PR review request, he/she would expect to be implicitly mentioned since the assignment or request is personal and targeting a single person only. Thus I see #17892 as a bug. Could we therefore mark this ticket as such? The changed code just explicitly checks for the EmailNotificationsOnMention setting beside the existing EmailNotificationsEnabled check. Too rude? @lunny mentioned a mock mail server for tests, is there something ready. How could I make use of it? See #12774 (comment) Fix #17892 Co-authored-by: flozzone <flozzone@gmail.com>
Chianina
pushed a commit
to Chianina/gitea
that referenced
this issue
Mar 28, 2022
…o-gitea#18707) I want to address go-gitea#17892, where emails notifications are not sent to assignees (issue and PR) and reviewers (PR) when they have the email setting Only email on mention enabled. From the user experience perspective, when a user gets a issue/PR assigned or a PR review request, he/she would expect to be implicitly mentioned since the assignment or request is personal and targeting a single person only. Thus I see go-gitea#17892 as a bug. Could we therefore mark this ticket as such? The changed code just explicitly checks for the EmailNotificationsOnMention setting beside the existing EmailNotificationsEnabled check. Too rude? @lunny mentioned a mock mail server for tests, is there something ready. How could I make use of it? go-gitea#12774 (comment) Fix go-gitea#17892
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Description
It would be ideal if assigning a user an issue (as per #8233 and #8546) would be considered a "mention" for the purposes of sending email notifications.
Screenshots
No response
The text was updated successfully, but these errors were encountered: