Auto Ticket Assigning !!

English! place to talk about development, programming and coding
Post Reply
MoedIjaz
Znuny newbie
Posts: 16
Joined: 21 Feb 2013, 09:16
Znuny Version: 3.2.1
Real Name: Moed Ijaz
Company: ExpertFlow

Auto Ticket Assigning !!

Post by MoedIjaz »

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 :o !!

Thanks...
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Auto Ticket Assigning !!

Post by jojo »

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

Re: Auto Ticket Assigning !!

Post by MoedIjaz »

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:

Re: Auto Ticket Assigning !!

Post by reneeb »

You could create an event module that listens to the TicketCreate event...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
MoedIjaz
Znuny newbie
Posts: 16
Joined: 21 Feb 2013, 09:16
Znuny Version: 3.2.1
Real Name: Moed Ijaz
Company: ExpertFlow

Re: Auto Ticket Assigning !!

Post by MoedIjaz »

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:

Re: Auto Ticket Assigning !!

Post by reneeb »

Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
MoedIjaz
Znuny newbie
Posts: 16
Joined: 21 Feb 2013, 09:16
Znuny Version: 3.2.1
Real Name: Moed Ijaz
Company: ExpertFlow

Re: Auto Ticket Assigning !!

Post by MoedIjaz »

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:

Re: Auto Ticket Assigning !!

Post by jojo »

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:

Re: Auto Ticket Assigning !!

Post by reneeb »

This was an example event module. You have to change it so it fit your needs...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Post Reply