[otrs] Send Escalation Notification with GenericAgent

Manuel Fernández Campos mfc1981 at gmail.com
Wed Feb 6 12:45:04 GMT 2008


Hi,

I'm trying to send escalatio notification with GenericAgent. Moreover, at
the same time I want to add a note and change the queue and the owner.

The code is this:


 %Jobs = (
    # --
    # [name of job] -> send escalation notifications
    # --
    'send escalation notifications MFC' => {
       Escalation => 1,
        # new ticket properties
        New => {
          Module =>
'Kernel::System::GenericAgent::NotifyAgentGroupOfCustomQueue',
          Queue => 'Sin tratar',
          Owner => 'responsable',
          Note => {
                From => 'GenericAgent',
                Subject => 'Escalation!',
                Body => 'The ticket was escalated!',
                ArticleType => 'note-internal', #
note-internal|note-external|note-report
            },

        },
     },
    # --
);

I don't know what happening but I think that the code is correct, no?

Regards
Manuel Fernandez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.otrs.org/pipermail/otrs/attachments/20080206/635564ad/attachment.html


More information about the otrs mailing list