View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003474 | mantisbt | bugtracker | public | 2003-12-22 06:32 | 2004-08-29 02:01 |
Reporter | Assigned To | jlatour | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | not fixable | ||
Platform | Any | OS | Any | OS Version | Any |
Product Version | 0.18.0 | ||||
Summary | 0003474: $g_notify_flags['new'] settings ignored | ||||
Description | With enabled developers does NOT receive notifications (and yes, they have enabled this type in own profiles) | ||||
Steps To Reproduce | Add | ||||
Tags | No tags attached. | ||||
Note that if $g_email_receive_own is set to OFF, developers will still not be notified of their own actions. Is this the case? |
|
No, they can't see info-messages, when new bug was added by reporter, and have to check changes online. I, as, admin, receive all notifications |
|
Is this a private or a public project? What is their default access level, and their access level in the project? Are they both DEVELOPER? |
|
Public project with default access level - reporter, developers are, well, developers :-) |
|
if you don't want to get a copy of all emails disable $g_to_email i had some problems with this feature too... without this setting nobody will get an email! all notifications switched off by default (so i've to turn the wanted manually on) an handler will get an email, when a bug is assigned to him or reopened (and this action isn't done by himself *) all reporters will get an email when a bug is resolved or needs feedback if you just want that a reporter gets an email when a bug reported from him is resolved or needs feedback, try this instead of the one above
i hope this will help you a little bit... print_r($t_recipients); then everytime there's an email send, you'll see the recipients, but NOT the recipient defined in $g_to_email. |
|
I think this is caused by our unclear configuration options here. See 0003766. |
|