AtlassianContribs / universal-wiki-converter

Universal Wiki Converter (UWC) is a Java tool used to convert various wikis into Confluence format. No need to fork it, ask for access!
19 stars 27 forks source link

Cloud not supported since XMLRPC is no longer supported?` #5

Open ericslandry opened 8 years ago

ericslandry commented 8 years ago

I'm getting this error when running UWC:

... java.io.FileNotFoundException: https://myproject.jira.com/rpc/xmlrpc ... Testing Connection Settings... FAILURE: Problem with User setting: BAD_URL

Am I understanding this correctly that UWC doesn't support cloud conversion since XMLRPC seems to have been deprecated in the cloud? It only uses RESTful API now I think

https://developer.atlassian.com/jiradev/latest-updates/soap-and-xml-rpc-api-deprecation-notice

Is there someone looking at doing conversions using the RESTful API?

Thanks!

matt-the-bass commented 8 years ago

@ericslandry I'm able to successfully test my connection. I've configured my confluenceSettings.properties file like this:

current.tab.index=0 space=MY_TEST_SPACE_NAME url=https://MY_SUBDOMAIN_NAME.atlassian.net/wiki trustpass= pages=MY_PATH_TO_OUTPUTS uploadOrphanAttachments=false pageChooserDir= attachments=MY_PATH_TO_ATTACHMENTS trustall=true attachment.size.max=-1 sendToConfluence=false pattern= login=admin truststore= feedback.option=true password=MY_PASSWORD wikitype=moinmoin

I haven't yet been successful at completing the import. But perhaps if you can get past this initial step, you can help figure this out.

rjollos commented 8 years ago

I've successfully used UWC to migrate to Atlassian Confluence Cloud (latest version at this time, something like 5.10.x). I had to create a user account that wasn't delegating authentication to Google, and use a username rather than an email address in the Login box.