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,
),
)