[rt-users] A reminder creates a ticket and sends email to queue watchers???
kschmitte
kschmitte at voiceobjects.com
Thu Oct 16 07:19:24 EDT 2008
Hello Gordon,
thanks for that - after changing the Reminders.pm as you described it worked
on my 3.6.5.
The only remaining question I have: Why did it work when changing the
Reminders.pm - but not when I added a Reminders_Overlay.pm (containing the
contents of Reminders.pm + my changes)? When I then replaced the original
Reminders.pm with the Reminders_Overlay.pm everything was fine.
Do I need to set up RT to know this new file?
Thanks for all the help
Kai
gordon-42 wrote:
>
> I created a new queue called Reminders.
> In Reminders.pm I changed:
> $REMINDER_QUEUE = 'Reminders'
>
> As far as I can tell the $REMINDER_QUEUE is not actually used in
> Reminders.pm so I also modified:
>
> my $query = 'Queue = "'. $self->TicketObj->QueueObj->Name .'" AND Type =
> "reminder"';
> to
> my $query = 'Queue = "'. $REMINDER_QUEUE .'" AND Type = "reminder"';
>
> and:
>
> Queue => $self->TicketObj->Queue,
> to
> Queue => "$REMINDER_QUEUE",
>
> WARNING: This applied to RT-3.6.
>
--
View this message in context: http://www.nabble.com/A-reminder-creates-a-ticket-and-sends-email-to-queue-watchers----tp5839136p20011641.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.
More information about the rt-users
mailing list