Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
tvds Offline
New Member
 
Posts: 16
Join Date: Nov 2006
Change Ticket id to a higher start number - 28-03-2007, 12:57 PM

We like to start with Ticket id number 6000 instead of 1.

Why... we are going to try and import our own ticket app into support suite.

These old tickets have id's too, and go up till 5000.

Is it possible to let the ticket id's start at 6000 ?

Thanxs !
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,664
Join Date: Jan 2006
Location: United Kingdom
01-04-2007, 02:10 PM

At the moment, no it is not - but I am forwarding the suggestion


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
MarcelC Offline
Member
 
Posts: 99
Join Date: Jul 2004
Location: Netherlands
01-04-2007, 02:28 PM

I know with Modernbill if you create an invoice it gets ID #1 also. If you change #1 in the database to i.e. #6000 then the next generated invoice will be #6001

You could have a try with ticket ID also, maybe it will work.

Be sure to backup your database first !


Regards,

MarcelC
   
Reply With Quote
  (#4) Old
efisher Offline
New Member
 
Posts: 26
Join Date: Aug 2006
Location: Phoenix, AZ
01-04-2007, 11:30 PM

It seems that Kayako uses MySQL's auto_increment function to number tickets. The following worked for us, but I can't make any guarantees.

Log into the MySQL command line as either root or the user for your Kayako database. Once in:

mysql> use kayako_suite;
mysql> ALTER TABLE swtickets AUTO_INCREMENT=6000;

This will set the next item to be issued a ticketid of 6000, per the auto_increment function in MySQL.

Hope that helps. Just like some of the other suggestions... make sure to backup your database before doing this. It worked for us, but your mileage may vary.

-Eric


Quote:
Originally Posted by tvds View Post
We like to start with Ticket id number 6000 instead of 1.

Why... we are going to try and import our own ticket app into support suite.

These old tickets have id's too, and go up till 5000.

Is it possible to let the ticket id's start at 6000 ?

Thanxs !
   
Reply With Quote
  (#5) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,664
Join Date: Jan 2006
Location: United Kingdom
01-04-2007, 11:36 PM

Hi efisher,

Thanks for the suggestion. I am not sure of any reason why this would cause any major problems [EDIT] Please see the post below for a side effect of doing this.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---

Last edited by Jamie Edwards; 18-04-2007 at 11:58 AM..
   
Reply With Quote
  (#6) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA
18-04-2007, 02:12 AM

You might want to test the effects of this on the client portal.

It may be my config, or it may be an existing bug, but since changing the ticket range, when a client logs in, and views the ticket list, it never comes up sorted properly.

e.g. client A has tickets open that range from 13 (lowest) to 527 (highest), when they login, and click ticket view (settings in control panel are to sort newest first) they get ticket 515. To get newest first (527) I have to click the ticket id twice. sigh...


--
Features I need asap:
1) Ticket search in the client portal!
2) Column display in client portal showing clients email address or name
3) Downloads by client
(i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area.
4) Integrated KB image uploads
The ability for staff to upload images with a KB articles.
Cheers!
   
Reply With Quote
  (#7) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA
16-05-2007, 01:18 AM

Just noticed, in looking at the kayako_suite db, swtickets table, edit table, advanced options, it indicates for "auto_increment" -> "The initial auto increment value for the table, only for MyISAM.

Table options tab says this is engine type InnoDB

Can you confirm that changing the auto-increment per earlier post, isn't going to create problems?


--
Features I need asap:
1) Ticket search in the client portal!
2) Column display in client portal showing clients email address or name
3) Downloads by client
(i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area.
4) Integrated KB image uploads
The ability for staff to upload images with a KB articles.
Cheers!
   
Reply With Quote
Reply

Tags
higher, number, start, ticket

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48