Randomize Ticket Numbers with Prefix
Hey, quick question β is there a way in Fluent Support to randomize the ticket number and add a custom prefix? Right now, when setting up a new business, the numbering starts from 1, 2, 3, 4β¦ but it would be great if we could either randomize the sequence or set a starting point with a prefix so it doesnβt look like a brand-new system.
Do you really think people care? Quick solution: a notificaton that you have moved to a new ticketing system. Then it makes sense that the numbers are low
Marjan CrabtreeΒ People who? If you mean startups β hell yeah they care. Itβs a trend, bro. Check out invoicing and support tools β you think they wanna kick off from invoice #1 or support ticket #1? No chance.
FYI
Support ticket systems that allow randomised/non-sequential ticket IDs:
- ZendeskΒ β Supports custom ticket ID formats with random prefixes/suffixes via triggers and APIs.
- FreshdeskΒ β Can use custom ticket ID patterns and include random characters.
- Help ScoutΒ β Allows unique, non-sequential ticket IDs.
- osTicket (open source)Β β Lets you configure ticket number formats, including randomisation.
- Jira Service ManagementΒ β Supports custom keys and IDs; you can generate randomised formats with automation.
not your bro, mate. I think they can crack on with more pressing matters.
Marjan CrabtreeΒ This is one of the pressing one mate, I would kindly suggest do your research before you comment, why do you think all the top ranking ticketing solutions out there has randomised and non-sequential ticket ids ? unbelievable lol
We're discussing the randomizer function. However, due to our technical limitations, adding string prefix to Ticket ID will not be possible.
Thanks you Rasel Siddiqe -Β I understand currently we have the following and because of that prefix is not possible.
-
When a new ticket is created, Fluent Support inserts a row into itsΒ fs_ticketsΒ table.
-
That tableβs primary key isΒ idΒ (integer, auto-increment).
-
So theΒ ticket number is literally the database ID:
- First ticket βΒ 1
- Next βΒ 2
- ThenΒ 3,Β 4,Β 5Β β¦ sequential forever.
Never the less, I am glad to hear that you are discussing randomizer , which is also amazing to have , and it will definitely would be a nice feature for the startups and will give some boost to your sales I hope!