View Issue Details

IDProjectCategoryView StatusLast Update
0010179mantisbtemailpublic2009-03-04 12:55
Reporterkvida Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status acknowledgedResolutionopen 
PlatformanyOSanyOS Versionany
Product Version1.1.6 
Summary0010179: Send mail notifications to project-related users only.
Description

Hello,

after updating from 1.1.1 (where everything worked as wanted) to 1.1.6, the e-mail notification behaviour has changed.
First, Mantis would not send notification mails to any groups (only to "reporter", "monitor", etc., but not to developers, managers, ...).

Changing the 'min_threshold' from NOBODY to ANYBODY in $g_default_notify_flags in the configuration file improved this.
However, this ANYBODY means "any registered user", not what I expected, "all users in the respective project".

I would therefore like to request the addition of a "ANYBODY_RELATED" or similar flag (and functionality) to Mantis, which is the subset of ANYBODY that is registered for the project for which the notification is being sent.

Are there any good workarounds to this? In #mantishelp, nuclear_eclipse recommended making all projects private to achieve this effect. I will try that ASAP. Are there any other ways?

Thanks a lot for your time!

TagsNo tags attached.

Relationships

has duplicate 0010205 closedjreese Emails are sent to all user in case of multiple projects, although user are not assigned to that particular project. 

Activities

jreese

jreese

2009-03-03 17:32

reporter   ~0020992

Reminder sent to: giallu, grangeway

Gianluca/Paul: can you take a look at this for me? I think that it should be as "simple" as adding a new flag for project members, but I don't know enough about how the notification system works...

Cheers

giallu

giallu

2009-03-04 03:10

reporter   ~0020994

to the reporter. Are you sure this was working as expected before the upgrade? as John implies, we currently miss code for doing what you request...

On the other side, if the behaviour of your Mantis installation changed (whatever it was before ;) ) maybe you did customize the config_defaults_inc.php file instead of config_inc.php?

kvida

kvida

2009-03-04 12:55

reporter   ~0020997

Hello John, Hello Gian-Luca,

thank you for looking into this matter so quickly.

Gian-Luca: yes, since nobody complained back then about getting too many or not enough notifications. ;) Unfortunately I did not set up the previous version. That behaviour in 1.1.1 was (again, according to nuclear_eclipse) seen as a bug and adressed in 1.1.2 or 1.1.3.

I just diff-ed the config-files, there is no customization. The only difference is my change (NOBODY->ANYBODY) that I mentioned in the description above. There were also no in-code customizations.