Get remote issue links
GET
/rest/api/3/issue/{issueIdOrKey}/remotelink
Issue remote links
system=http://www.mycompany.com/support&id=1
as system%3Dhttp%3A%2F%2Fwww.mycompany.com%2Fsupport%26id%3D1
.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/issue//remotelink'
Response Response Example
200 - Success
[
{
"id": 10000,
"self": "https://your-domain.atlassian.net/rest/api/issue/MKY-1/remotelink/10000",
"globalId": "system=http://www.mycompany.com/support&id=1",
"application": {
"type": "com.acme.tracker",
"name": "My Acme Tracker"
},
"relationship": "causes",
"object": {
"url": "http://www.mycompany.com/support?id=1",
"title": "TSTSUP-111",
"summary": "Customer support issue",
"icon": {
"url16x16": "http://www.mycompany.com/support/ticket.png",
"title": "Support Ticket"
},
"status": {
"resolved": true,
"icon": {
"url16x16": "http://www.mycompany.com/support/resolved.png",
"title": "Case Closed",
"link": "http://www.mycompany.com/support?id=1&details=closed"
}
}
}
},
{
"id": 10001,
"self": "https://your-domain.atlassian.net/rest/api/issue/MKY-1/remotelink/10001",
"globalId": "system=http://www.anothercompany.com/tester&id=1234",
"application": {
"type": "com.acme.tester",
"name": "My Acme Tester"
},
"relationship": "is tested by",
"object": {
"url": "http://www.anothercompany.com/tester/testcase/1234",
"title": "Test Case #1234",
"summary": "Test that the submit button saves the item",
"icon": {
"url16x16": "http://www.anothercompany.com/tester/images/testcase.gif",
"title": "Test Case"
},
"status": {
"resolved": false,
"icon": {
"url16x16": "http://www.anothercompany.com/tester/images/person/mia.gif",
"title": "Tested by Mia Krystof",
"link": "http://www.anothercompany.com/tester/person?accountId=5b10a2844c20165700ede21g"
}
}
}
}
]
Request
Path Params
issueIdOrKey
stringÂ
required
Query Params
globalId
stringÂ
optional