Strange email issues, possible config issue
Posted: 15 Jul 2010, 19:09
So we are having a very strange issue where some users of a specific project are not getting emails when they are assigned to them. There is no logical explanation for this on email configuration page. I did look at our overall configuration report and i did notice that they had a slightly different notify_flag section.
What does the 'threshold_min' => '55', 'threshold_max' => '55', part mean?
What does the 'threshold_min' => '55', 'threshold_max' => '55', part mean?
Code: Select all
array (
'owner' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'reopened' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'deleted' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'bugnote' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'relationship' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'feedback' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'on hold' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'confirmed' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'assigned' =>
array (
'monitor' => 1,
'bugnotes' => 1,
'threshold_min' => '55',
'threshold_max' => '55',
),
'to be tested' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'tested' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'in production' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
'closed' =>
array (
'monitor' => 1,
'bugnotes' => 1,
),
)