Closed
Description
Description
This is a feature request to send an email to an assignee when that person is assigned an issue (unless they assigned themselves).
This is referenced in and similar to #5083 but I think it deserves it's own issue as it could be implemented independent of that more complex issue.
Based on our user's feedback the expected behavior is that assigning an issue to someone will email them. Otherwise, you have to assign someone and then do something like write a comment to let them know you've assigned it to them (that's redundant and painful).
Seems like this would be straightforward to add into https://github.com/go-gitea/gitea/blob/master/modules/notification/mail/mail.go and would make the email notifications more intuitive.