We have a custom plugin which exports the issues into JSON format with some customizations. Now want to add the remote issue links to JSON (extracted data using RemoteIssuLinkManager), but couldnt find the exact JSON format of the remote links. The below format throws exception while importing the same JSON file. Please advise what would be the exact JSON format for importing the issue links.
"issuelinks": [
{
"application": {
"type": "com.atlassian.confluence",
"name": "Confluence"
},
"relationship": "Wiki Page",
"object": {
"url": "https://confluence-dev.com/pages/viewpage.action?pageId=402392733",
"title": "Wiki Page"
}
}
]