Ticket Number generator

Moderator: crythias

Locked
nickyls
Znuny newbie
Posts: 87
Joined: 10 Mar 2012, 07:57
Znuny Version: OTRS3

Ticket Number generator

Post by nickyls »

Hi All,
I want to create new ticket number generator in the form of selected Queue name while creating the ticket with auto increment number.
Eg RAW0001.
How to get the queue name selected before the ticket number is generated?
OTRS 3.1.X
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: Ticket Number generator

Post by reneeb »

That's not possible without changing Kernel/System/Ticket.pm!

Why would you want to add the queue to the ticket number? Isn't it confusing when a the ticket RAW0001 is moved to AnotherQueue?
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
nickyls
Znuny newbie
Posts: 87
Joined: 10 Mar 2012, 07:57
Znuny Version: OTRS3

Re: Ticket Number generator

Post by nickyls »

Thanks reneeb,
without going into the ticket history i would like to know to which Queue the ticket was created.
OTRS 3.1.X
Locked