Hi,
We have set up version "osTicket 1.15.x (Stable) " in our server, and we added some new fields our database table "ost_ticket_cdata". We can see this field in osTicket screen. Also we enter any data to this field from osTicket screen , our table "ost_ticket_cdata" is correctly updating and we can see new updated value. But We are trying to update this field with SQL command like this "update ost_ticket__cdata set additionalfield= 111 where ticketid= 123".
This Command is updating the table "ost_ticket_cdata" but we can't see updated value on osTicket Screen.
Is it possible to update by external program? İf it is possible, how should we do it?
We use mySQL as Database.
best regards.