Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JSON format for remote issuelinks

Aditya S
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 23, 2021

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"
     }
}
]

0 answers

Suggest an answer

Log in or Sign up to answer