Auto-monitor on bug note
Posted: 08 Mar 2017, 12:59
Hi,
I am still having difficulty getting the emails sent at the right time.
This is what I am trying to achieve:
It seems that administrators are correctly included in (1) but not in (2).
I cannot find how to implement (3)
Any help would be greatly appreciated.
Cheers,
Erwann
I am still having difficulty getting the emails sent at the right time.
This is what I am trying to achieve:
- When new issues are created, I want an email to all DEVELOPPER and above (MANAGER, ADMINISTRATOR)
- When an issue is changed, regardless of change, I want an email to the reporter + all the DEVELOPPER and above (like 1) + all the people monitoring the bug
- When someone interacts with a bug (add bugnote, change status, etc.), automatically add to the monitor list so they are included in (2)
Code: Select all
$g_default_notify_flags['threshold_min'] = DEVELOPER;
$g_default_notify_flags['threshold_max'] = NOBODY;
$g_email_receive_own = ON;
I cannot find how to implement (3)
Any help would be greatly appreciated.
Cheers,
Erwann