Search found 6 matches

by janokary
23 Jul 2008, 07:53
Forum: Help
Topic: Send a notification, to all project users, on new issue
Replies: 14
Views: 12786

Re: Send a notification, to all project users, on new issue

Oh my. I must be getting old. I correct the typo but the problem still remains. this is my configuration now: $g_default_notify_flags = array('reporter' => ON, 'handler' => ON, 'monitor' => ON, 'bugnotes' => ON, 'threshold_min' => DEVELOPER, 'threshold_max' => ADMINISTRATOR); $g_notify_flags['new'] ...
by janokary
22 Jul 2008, 11:08
Forum: Help
Topic: Send a notification, to all project users, on new issue
Replies: 14
Views: 12786

Re: Send a notification, to all project users, on new issue

I read the section about section config_defaults_inc but I can't get it write. Let me refrase Is it possible for all users that are added to a project (lets say as developers) to automatically monitor an issue when this is reported ? this is what I have done this far $g_default_notify_flags = array(...
by janokary
18 Jul 2008, 08:46
Forum: Help
Topic: Send a notification, to all project users, on new issue
Replies: 14
Views: 12786

Send a notification, to all project users, on new issue

When reporting an issue, is it possible to automaticaly send a notification to all users that are added to the respective project?

I can now do this by
"Send a reminder" after posting the issue
to all project members

but it is two more clicks, and someone might forget to do it.
by janokary
18 Jul 2008, 08:07
Forum: Help
Topic: Notification on new note
Replies: 6
Views: 3883

Re: Notification on new note

thnks vzw614

it works now just fine

:D
by janokary
17 Jul 2008, 13:50
Forum: Help
Topic: Notification on new note
Replies: 6
Views: 3883

Re: Notification on new note

my version is 1.1.2
by janokary
17 Jul 2008, 10:59
Forum: Help
Topic: Notification on new note
Replies: 6
Views: 3883

Notification on new note

I just setup mantis I create some acounts for witch I got the respective emails. I also open a project assigned an issue to someone (all mail notifications work fine!) The problem is tha when someone makes a note on the issue nobody gets notidied by email How do I change that? I didn't change anythi...