Hello all,
i´m looking for some Eventhandlers for the following events:
TicketCreate
TicketClose
Escaltion=1
I have searched for some examples but couldn´t find anything.
Could you please give me some examples or hints for doing this.
The aim is to run a shell script if the event triggers
Thanks a lot.
Regards
Rey90
Searching for Eventhandler
Searching for Eventhandler
Produktiv: OTRS: 4.0.10
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Re: Searching for Eventhandler
Have a look in Kernel/System/Ticket/Event/
e.g. Test.pm
e.g. Test.pm
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Searching for Eventhandler
Thanks.
How can i active the module or run/test it?
if have put this in Config.pm but nothing shown in Core:Ticket
How can i active the module or run/test it?
if have put this in Config.pm but nothing shown in Core:Ticket
Code: Select all
$Self->{'Ticket::EventModulePost'}->{'99-Test'} = {
Module => 'Kernel::System::Ticket::Event::Test'
};
Produktiv: OTRS: 4.0.10
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Re: Searching for Eventhandler
why should it apear in Sysconfig if you write it in Config.pm?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Searching for Eventhandler
shouldn´t be shown in Sysconfig to know that it is active?
Thanks for your help so far!
Thanks for your help so far!
Produktiv: OTRS: 4.0.10
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Re: Searching for Eventhandler
Config.pm overrules Sysconfig so the answer is no.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Searching for Eventhandler
could someone please tell me the events for TicketClose and Escalation Overtime?
TicketCreate is done successfull.
Thanks
TicketCreate is done successfull.
Thanks
Produktiv: OTRS: 4.0.10
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Re: Searching for Eventhandler
Ticket Close is not an event, the Event is TicketStateUpdate
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com