Skip to main content
WARNING You're browsing the documentation for an old version of Deskpro. Consider updating to Deskpro Horizon.

OsTicket Importer

in Importing Data
Authors list
Published: 25 Sept 2018|Last updated: 25 Sept 2018

OsTicket importer script Copy link to OsTicket importer script to clipboard

Download: https://github.com/deskpro/deskpro-importer-tools/tree/master/importers/osticket

This tool will connect to your OsTicket database and export your data in the standard Deskpro Import Format.

After this tool completes, you will run the standard Deskpro import process to save the data to your live helpdesk.

What does it import?

  • Organizations (name, custom form fields)
  • Agents (Staff)
  • Usergroups
  • Users (name, email, organization, contact data, custom form fields)
  • Tickets (status, subject, person, agent, department, custom form fields)
  • Ticket Messages
  • Ticket (Agent) Notes
  • Ticket Message Attachments
  • Knowledgebase (Categories & Articles)

Setup

Import Data

Run the import process to fetch all of your data from OsTicket:

$ cd /path/to/deskpro $ php bin/console dp:import osticket
copy

You can now optionally verify the integrity of your data:

$ php bin/console dp:import:verify
copy

When you're ready, go ahead and apply the import to your live database:

$ php bin/console dp:import:apply
copy

And finally, you can clean up the temporary data files from the filesystem:

$ php bin/console dp:import:clean
copy
HelpfulUnhelpful
next pageUpdate Deskpro
previous pageSpiceworks Importer

Please log in or register to submit a comment.