Project

General

Profile

Email notification when linking commits to issues

Added by Q BiC about 9 years ago

Hello,

Currently Redmine sends out email notifications to relevant users when issues are added/updated, however this does not happen when a Git commit is linked to an issue. For some reason this is not seen as an "issue update" and no email is sent.

Is there a way to make this happen anyway? We use git's post-receive hook to force redmine to fetch the latest changesets after every push and parse the commit messages. When issue references are found, it would be nice to notify interested parties of the actual work done on that issue.

Q-BiC