I have enabled project specific email notifications in our Mantis instance. However, I'm facing weird issue in which email notifications are not delivered properly. So here is the case:
There are 10 users in the system and 8 out of them have project specific roles. They are added to the system as reporter, but their role in each project is different. Consider the user account ABC who is added to the system as reporter, but in project XYZ he has developer role. I have enabled email notifications for developer whenever an issue gets resolved. But the developers are not getting any notifications except for those issues which are assigned to them.
I have attached a screenshot of the config screen. Please let me know if I have missed something.
Project specific Email Notifications
Moderators: Developer, Contributor
Project specific Email Notifications
- Attachments
-
- Selection_019.png (41.52 KiB) Viewed 5154 times
Last edited by libregeek on 20 Jul 2012, 14:38, edited 1 time in total.
Re: Project spscific Email Notifications
Did you try Email logging to get some more information?
Code: Select all
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';Re: Project specific Email Notifications
I forgot to mention that the issue is valid only for the issues updated through Source Control Integration plugin and today it worked for one of the issues resolved through svn commit. I will enable the logging and post the results ASAP.
Last edited by libregeek on 20 Jul 2012, 14:39, edited 1 time in total.
Re: Project specific Email Notifications
I checked the logs and it seems only the administrators+reporter are selected as notification recepients when the issue is resolved from Source Control Integration Plugin. No Developers are selected.atrol wrote:Did you try Email logging to get some more information?Code: Select all
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT; $g_log_destination = 'file:/tmp/mantisbt.log';
However, all the developers received email notifications when the issue is resolved from the Mantis Web interface. So it seems a bug in the Source Control Integration plugin.
Last edited by libregeek on 20 Jul 2012, 14:39, edited 1 time in total.
Re: Project spscific Email Notifications
Thanks for the feedback and entering the issue.
To follow up for other users which are getting the same problem: https://github.com/mantisbt-plugins/sou ... /issues/22
To follow up for other users which are getting the same problem: https://github.com/mantisbt-plugins/sou ... /issues/22