- Edited
Hi all!I have a php script that imports tickets from our old ticket system.The script includes "main.inc.php" and uses the function from Ticket class.The files I want to "connect" to the tickets and osTicket are on the same server.I have installed and activated this plugin: Storage :: Attachments on the Filesystem.I want to insert these file using the backend created by the plugin (F) but without upload files with a POST call (just giving the path).I was unable to find the right function from the classes contained in these file: class.attachments.php, class.file.php;can you suggest me the right function?osTicket version is 1.9.5.1Thanks!