All,
I have scoured docs, but I still haven't found what I'm looking for (kinda like U2).
I seem to remember having the ability to, in the config_inc.php file, specify one or more email addresses that would get notified of every ticket-related activity (new, edit, resolve, close, onion soup). I can't remember/figure out how to do that now. Short story slightly longer - I have a user who insists on getting a notification for every single activity taken in our Mantis installation. This user is NOT an admin.
Is this a thing that can be done? Thank you in advance!
Notification for ALL activity to list of email addresses
Moderators: Developer, Contributor
Re: Notification for ALL activity to list of email addresses
Bored guy with a lot of free time?
As hardly anyone else with the same access level wants it, you have to introduce a new access level and assign this access level to this user.
After that, you can use the page Manage > Configuration > E-mail Configuration and enable all check-boxes for this access level in section "Any user with access level "
Re: Notification for ALL activity to list of email addresses
...you have NO idea...but sometimes, as juvenile and immature as it seems, malicious compliance has its points...
Ah! I will try this! Thank you so much! For my own sanity reasons though, am I remembering correctly that there _used_ to be such a $g_* variable available for this purpose - perhaps in 1.1.x or even 1.0.x?atrol wrote: ↑27 Sep 2024, 16:02 As hardly anyone else with the same access level wants it, you have to introduce a new access level and assign this access level to this user.
After that, you can use the page Manage > Configuration > E-mail Configuration and enable all check-boxes for this access level in section "Any user with access level "
Re: Notification for ALL activity to list of email addresses
Still there and usable, suspect you mean $g_notify_flags.
For most users, the UI is the easier way, especially if you want to set options different in different projects.
Check admin guide https://mantisbt.org/docs/master/en-US/ ... nfig.email