Hi Kevin KevinTheJedi ,
Thank you for your response. We're currently developing a lead management solution that will automatically pull details from our database and feed them into osTicket. Our product manager will then review and manage these leads through the ticketing system.
I've written a Java program that sends data to the osTicket API in JSON format. The goal is to create tickets in bulk, and each user in the system has a unique ID, name, and email. However, while attempting to generate around 2500 tickets, I noticed an issue: for some users, the name and email fields are incorrectly being repeated across multiple tickets. For example, a single user ends up with around 1500 tickets, even though the other 18 fields are correctly populated with unique data. This problem isn't occurring with all tickets but happens intermittently.
In summary, out of the 20 ticket fields, 18 are correctly reflecting the data, but the name and email fields are occasionally being duplicated across multiple tickets.
Could you provide some insight into what might be causing this issue?
Thanks!