We migrated Jira and Confluence DC to DC and we have confluence links in source Jira issues. How can we identify the Jira issues which are having confluence page links in target Jira and how can we replace all source confluence page links with target confluence links on post migration.
Hello @V N Raju Vallabhaneni ,
Those and other external links are stored in the remotelink table in the Jira database. If you have access to query the database you can search that table for entries where the "url" column contains the URL for your previous Confluence instance.
Hi Trudy
I don't have the database access. Can I do this job by Rest API or bulk operations?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are API endpoints for Remote Links, but I have never used them.
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-getRemoteIssueLinks
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.