English! place to talk about development, programming and coding
MoedIjaz
Znuny newbie
Posts: 16 Joined: 21 Feb 2013, 09:16
Znuny Version: 3.2.1
Real Name: Moed Ijaz
Company: ExpertFlow
Post
by MoedIjaz » 26 Feb 2013, 14:37
Hi EveryOne !!
How to Assign Tickets Automatically to Online Users... please tell me where i will make changes in Code... .
Any Help will really be Appreciated bcoz i'm in G8 Trouble
!!
Thanks...
jojo
Znuny guru
Posts: 15020 Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:
Post
by jojo » 26 Feb 2013, 18:35
you can not just change some code... This is severe development.
You should hire an experienced OTRS developer for these kind of codings
"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
MoedIjaz
Znuny newbie
Posts: 16 Joined: 21 Feb 2013, 09:16
Znuny Version: 3.2.1
Real Name: Moed Ijaz
Company: ExpertFlow
Post
by MoedIjaz » 27 Feb 2013, 08:10
Yup bro u r right.... but i'm a Dot.Net developer & i know little bit about programming.... Can u please tell me where i can make changes & add some thing new to put that functionality of Auto Ticket Assigning to online Agents !!
Please help me if u know it becoz i am not able to understand the variable structure of Perl
.... Thank You...
reneeb
Znuny guru
Posts: 5018 Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:
Post
by reneeb » 27 Feb 2013, 09:43
You could create an event module that listens to the TicketCreate event...
MoedIjaz
Znuny newbie
Posts: 16 Joined: 21 Feb 2013, 09:16
Znuny Version: 3.2.1
Real Name: Moed Ijaz
Company: ExpertFlow
Post
by MoedIjaz » 27 Feb 2013, 10:09
Is this the Path where i will create the new Module to make Auto Ticket Assigning to online agents !!
otrs/Kernel/System/Ticket/Event
One more thing Is OTRS Application will automatically listen to that newly created Module or not ?
or should i make changes in some other file as well located in other path of Application.
Please i need serious help here... if SomeOne have solution please share it here....... Thanks
reneeb
Znuny guru
Posts: 5018 Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:
Post
by reneeb » 27 Feb 2013, 10:37
MoedIjaz
Znuny newbie
Posts: 16 Joined: 21 Feb 2013, 09:16
Znuny Version: 3.2.1
Real Name: Moed Ijaz
Company: ExpertFlow
Post
by MoedIjaz » 27 Feb 2013, 14:18
I Put these Files into these Paths, but its not working
EventModule-1.0.0.opm
C:\Program Files (x86)\OTRS\OTRS\var\packages
Event.xml
C:\Program Files (x86)\OTRS\OTRS\Kernel\Config\Files
Priority.pm
C:\Program Files (x86)\OTRS\OTRS\Kernel\System\Ticket\Event
Last edited by
MoedIjaz on 27 Feb 2013, 14:20, edited 1 time in total.
jojo
Znuny guru
Posts: 15020 Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:
Post
by jojo » 27 Feb 2013, 14:20
read the admin manual, read the devel docs, read the code
or buy some professional help
"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
reneeb
Znuny guru
Posts: 5018 Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:
Post
by reneeb » 27 Feb 2013, 15:58
This was an example event module. You have to change it so it fit your needs...