View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000024 | elrepo bug tracker | --bug-tracker--request-for-enhancement-- | public | 2009-08-03 15:03 | 2009-08-03 15:31 |
Reporter | stindall | Assigned To | stindall | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000024: Bug tracker fails to notify developers and others of new bug reports | ||||
Description | No mail notifications are issued to developers when new bugs are filed. Seems to be a simple configuration issue which has been modified according to mantis wiki suggestions. This bug report should result in developers, managers and administrators receiving mail notifications. | ||||
Tags | No tags attached. | ||||
|
I confirm that I received admin mail notification. Good job. |
|
The fix was to modify the default_notify_flags configuration option on the Configuration Report page. Before: default_notify_flags: array ( 'reporter' => 1, 'handler' => 1, 'monitor' => 1, 'bugnotes' => 1, 'threshold_min' => 100, 'threshold_max' => 0, ) After: default_notify_flags: array ( 'reporter' => 1, 'handler' => 1, 'monitor' => 1, 'bugnotes' => 1, 'threshold_min' => 55, 'threshold_max' => 90, ) Since how to enter an array into the Configuration Report was not obvious, several references were consulted: http://www.mantisbt.org/bugs/view.php?id=9426 http://www.mantisbt.org/wiki/doku.php/mantisbt:customizing_columns_in_view_issues_page#introduction The array was entered as a single line of Type Default without single or double quotations as follows: array ( reporter => ON, handler => ON, monitor => ON, bugnotes => ON, threshold_min => DEVELOPER, threshold_max => ADMINISTRATOR ) |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-08-03 15:03 | stindall | New Issue | |
2009-08-03 15:03 | stindall | Status | new => assigned |
2009-08-03 15:03 | stindall | Assigned To | => stindall |
2009-08-03 15:08 | toracat | Note Added: 87 | |
2009-08-03 15:20 | stindall | Note Added: 88 | |
2009-08-03 15:31 | stindall | Status | assigned => resolved |
2009-08-03 15:31 | stindall | Resolution | open => fixed |