[PR #2003] [MERGED] Enable assignee e-mail notification #16176

Closed
opened 2025-11-02 12:04:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2003
Author: @scr34m
Created: 6/18/2017
Status: Merged
Merged: 6/23/2017
Merged by: @lunny

Base: masterHead: notify-assignee


📝 Commits (5)

  • e01810e Enable assignee e-mail notification
  • b6a92d0 Check assignee and doer to avoid self made comment notifications.
  • ff55ff0 Assignee not always defined
  • b1d7f40 New method to avoid error when assignee deleted
  • 82875a5 Assignee empty check

📊 Changes

2 files changed (+23 additions, -5 deletions)

View changed files

📝 models/issue.go (+18 -5)
📝 models/issue_mail.go (+5 -0)

📄 Description

Assignee right now doesn't get any notifications when new comment or when got a new issue.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2003 **Author:** [@scr34m](https://github.com/scr34m) **Created:** 6/18/2017 **Status:** ✅ Merged **Merged:** 6/23/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `notify-assignee` --- ### 📝 Commits (5) - [`e01810e`](https://github.com/go-gitea/gitea/commit/e01810eef323ae9eb7ce1fd53ca6ba89ca6cb8b0) Enable assignee e-mail notification - [`b6a92d0`](https://github.com/go-gitea/gitea/commit/b6a92d026fb218f5ede62fef4b57daf0cecb23be) Check assignee and doer to avoid self made comment notifications. - [`ff55ff0`](https://github.com/go-gitea/gitea/commit/ff55ff0597f85ae67e6a8cac6f35b02c33556949) Assignee not always defined - [`b1d7f40`](https://github.com/go-gitea/gitea/commit/b1d7f40c28ceab1c58e7bacfedccc44ff5df0ffe) New method to avoid error when assignee deleted - [`82875a5`](https://github.com/go-gitea/gitea/commit/82875a50b74b7cbfa3b1c65ef0e5320be47e3ccf) Assignee empty check ### 📊 Changes **2 files changed** (+23 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+18 -5) 📝 `models/issue_mail.go` (+5 -0) </details> ### 📄 Description Assignee right now doesn't get any notifications when new comment or when got a new issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:04:01 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16176