A customer asks if it's possible to export OMNITRACKER data to Jira Software. I found this page Migrate from other issue trackers | Atlassian Support, which suggests csv and json. Is there another way?
There is a third option, yes, you can write importers.
On server, it used to have a pile of off-the-shelf importers for legacy systems such as bugzilla and redmine, and it was (and still is) possible to write your own (I helped one place write one for Remedy as that needed to be taken out and put out of our misery as fast as possible)
On Cloud, you can't write those type of plugins, but you can write stuff to use its REST API to get data in from other systems. You'll need a third system to do this with though. (So you've got Jira, Omnitracker and a migration system)
The pseudocode for this would be
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.