View Issue Details

IDProjectCategoryView StatusLast Update
0000024elrepo bug tracker--bug-tracker--request-for-enhancement--public2009-08-03 15:31
Reporterstindall Assigned Tostindall  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000024: Bug tracker fails to notify developers and others of new bug reports
DescriptionNo 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.
TagsNo tags attached.

Activities

toracat

2009-08-03 15:08

administrator   ~0000087

I confirm that I received admin mail notification.

Good job.

stindall

2009-08-03 15:20

administrator   ~0000088

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 )

Issue History

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