Hi All,
Exported JSON for several issues does not contain links to the Confluence, which means they will be lost during migration of data of my Project from Jira Server to Jira Cloud.
I was looking through the atlassian confluence and looks like there is only ticket links supported by the JSON export/import.
Am I loosing something?
You may want to vote and watch the above feature request so that you will get notified in case of any update. The feature will be addressed according to the Implementation of New Features Policy.
Possible workaround are the following:
Cheers,
Dario
Hi Dario,
Your assumption is correct, I am trying to push project from Jira Server to Jira Cloud through the JSON export.
And JSON is not include links to Confluence and External links which could be painful for our data consistency.
Can you please explain two points:
1. As part of migration we also want to move Confluence Spaces from Server to Cloud. This could mean that the Confluence links (suggested to be pulled from the Database in p.2 above) will be different in the Cloud than they were in the Server. Can you please suggest solution here.
2. Can you please confirm that (POST /rest/api/3/issue/{issueIdOrKey}/remotelink) also supports external WEB links.
Thanks and have a great day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Maxim Maximov ,
If you are actually planning to migrate both, Jira and Confluence, then there might be better ways to proceed. However, let me anticipate that in any case you will have to open a support request with Atlassian Support to have the link URLs to Confluence pages fixed to point to the new locations.
Also, it might actually be a good idea to open a support ticket before starting the work since we have a dedicated team to help with migrations that will be able to suggest the best way to proceed in your specific case.
Finally, you may want to review the below links since are providing a lot of details about the migration from Server to Cloud:
I hope this helps.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dario B
I raised request to Migration team of atlassian: https://getsupport.atlassian.com/servicedesk/customer/portal/49/MOVE-5631
Thanks for pointing this and thank you for attention to my current request.
Just to be clear about the migration from Server to Cloud which I am working on.
We have working and full of content Cloud Jira and Confluence and the task which I am performing now is to Merge into it (consolidate in one instance) our Jira Server and Confluence Server instance.
In this context it's still not 100% clear how to use POST /rest/api/3/issue/{issueIdOrKey}/remotelink suggested by you above. I mean for external URL (to google docs or some web pages) will retain the same, so I can use this approach. But Confluence URLs are going to change.
Thanks and waiting for your reply.
I am preparing this migration for the past 3 month and the timeline for completing it by 25.01.2020.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Maxim Maximov ,
About the Confluence links:
If you were going to use the 1st approach I proposed, full backups, then the pages would have kept their IDs, only the first part of the URL would have changed and then we could either:
Without using the backup, but using either the migration assistant tool, or space to space export, the page IDs will be indeed different. However, in this case, the Migration team should have a script that compares the page names from source and destination Confluence (they will ask you to export some data from Confluence Server DB) to find the page IDs after the migration.
In any case, since you are already in touch with the Migration Team, I strongly advise to continue this conversation with them since they are the best resource to assist with this.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dario,
I get closer to the migration and reviewed do you provided and the API documentation: POST /rest/api/3/issue/{issueIdOrKey}/remotelink and looks like it's not exactly what I need. This is about creating links between tickets in the Jira:
"If a globalId
is provided and a remote issue link with that global ID is found it is updated. Any fields without values in the request are set to null. Otherwise, the remote issue link is created."
What I am looking for is to retain links which we have from the ticket to external resources like G-drive, One-drive, or some public WEB.
Is there any solution for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Maxim Maximov ,
The endpoint POST /rest/api/3/issue/{issueIdOrKey}/remotelink can also be used to create links to Confluence pages.
Please review below thread for details on how to do so:
Let me know if this helps.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dario B
Can you add a DB query sample to pull the data from Mysql and a script sample to push the links to the cloud?
Thanks
Itamar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.