number_of_ticket_SOS

Moderator: crythias

Locked
taji89
Znuny newbie
Posts: 49
Joined: 16 Mar 2012, 12:45
Znuny Version: OTRSITSM

number_of_ticket_SOS

Post by taji89 »

Hello
I find the number of ticket long enough and I I want to know if it's possible to minimize this number
I also can not configure a SLA I ca found how it work in new phone ticket
plz help

mercii
otrslanka
Znuny newbie
Posts: 65
Joined: 27 Feb 2012, 12:22
Znuny Version: 128000
Real Name: Hasitha
Company: abc

Re: number_of_ticket_SOS

Post by otrslanka »

# Ticket/Number/DateChecksum.pm - a date ticket number generator


# pad ticket number with leading '0' to length 5
while ( length($Count) < 0) {
$Count = '0' . $Count;
}


make it to 0, will reduce the number of 0's
ferrosti
Znuny superhero
Posts: 723
Joined: 10 Oct 2007, 14:30
Znuny Version: 3.0
Location: Hamburg, Germany

Re: number_of_ticket_SOS

Post by ferrosti »

Do NOT change the code, especially not this part of it.
Go to SysConfig, select 'Ticket', open Core::Ticket, parameter is 'Ticket::NumberGenerator::MinCounterSize'.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
Locked