I'm using Mantis ver. 1.2.4 and have encountered a problem in managing email notifications.
I want to send a notification mail to the developer to whom an issue is assigned, if feedback has been requested on the given issue.
In Manage -> E-mail Notification I've marked the check box of "Status changes to 'feedback'" for "User who is handling the issue", and similarly added to config_inc.php the line:
Code: Select all
$g_notify_flags['feedback']['handler'] = ON;Now, what's happening is as follows:
If I'm taking an issue which is assigned to developer A, in any given status, and request feedback from him - without changing the assigned user in the "Request Feedback" screen - then developer A gets email notification.
But, if I'm taking an issue which is assigned to developer A, request feedback - and in the "Request Feedback" screen I'm changing the assigned user to developer B - then developer B (- the newly-assigned user) doesn't get any notification.
See attached picture.
Any help about it?