View Issue Details

IDProjectCategoryView StatusLast Update
0013178mantisbtemailpublic2015-10-21 15:44
Reporterrombert Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status confirmedResolutionopen 
Summary0013178: Unable to turn off email notifications for custom field changes
Description

I have all email-related preferences disabled . Still, I receive emails for bugs which I have reported or monitored when a custom field is changed.

TagsNo tags attached.

Relationships

related to 0011703 confirmed Email notification for issue updates can not be managed by Manage Configuration - E-mail Notification 
related to 0012030 confirmed Email notify flags do not always work 
related to 0019459 closedvboctor Support disable all issue notifications via user preferences 

Activities

rombert

rombert

2011-09-22 04:01

reporter   ~0029834

Just to track the steps:

  • in bug_api, email_generic( $c_bug_id, 'updated', 'email_notification_title_for_action_bug_updated' ) is called
  • in email_api email_collect_recipients is called
  • in email_api switch( $p_notify_type) verifies for the preference setting, which does not exist for 'updated', therefore there is no filtering.
TomR

TomR

2012-05-03 09:39

reporter   ~0031748

This somehow related to 0011703 and 0012030