We have a hosted Trac instance with ProjectLocker. We are considering migrating to Jira (along with Bitbucket, etc...). We don't have direct access to the database file. We have access to the RPC interface. Is it possible to migrate our remote hosted Trac instance to Jira?
Current solutions on market mostly require database or database connection. If you wish to use RPC request - you can write or order a script and execute that with script runner plugin (see https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner) As you need that script for a single migration - you can hardcode everything and that shouldn't take a lot of time to create such kind of script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.