Get Remote Issue Links

GET {{baseUrl}}/rest/api/3/issue/:issueIdOrKey/remotelink?globalId=<string>

Returns the remote issue links for an issue. When a remote issue link global ID is provided the record with that global ID is returned, otherwise all remote issue links are returned. Where a global ID includes reserved URL characters these must be escaped in the request. For example, pass system=http://www.mycompany.com/support&id=1 as system%3Dhttp%3A%2F%2Fwww.mycompany.com%2Fsupport%26id%3D1.

This operation requires issue linking to be active.

This operation can be accessed anonymously.

Permissions required:

Request Params

KeyDatatypeRequiredDescription
globalIdstringThe global ID of the remote issue link.

RESPONSES

status: OK

[{&quot;id&quot;:10000,&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/issue/MKY-1/remotelink/10000&quot;,&quot;globalId&quot;:&quot;system=http://www.mycompany.com/support\u0026id=1&quot;,&quot;application&quot;:{&quot;type&quot;:&quot;com.acme.tracker&quot;,&quot;name&quot;:&quot;My Acme Tracker&quot;},&quot;relationship&quot;:&quot;causes&quot;,&quot;object&quot;:{&quot;url&quot;:&quot;http://www.mycompany.com/support?id=1&quot;,&quot;title&quot;:&quot;TSTSUP-111&quot;,&quot;summary&quot;:&quot;Customer support issue&quot;,&quot;icon&quot;:{&quot;url16x16&quot;:&quot;http://www.mycompany.com/support/ticket.png&quot;,&quot;title&quot;:&quot;Support Ticket&quot;},&quot;status&quot;:{&quot;resolved&quot;:true,&quot;icon&quot;:{&quot;url16x16&quot;:&quot;http://www.mycompany.com/support/resolved.png&quot;,&quot;title&quot;:&quot;Case Closed&quot;,&quot;link&quot;:&quot;http://www.mycompany.com/support?id=1\u0026details=closed&quot;}}}},{&quot;id&quot;:10001,&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/issue/MKY-1/remotelink/10001&quot;,&quot;globalId&quot;:&quot;system=http://www.anothercompany.com/tester\u0026id=1234&quot;,&quot;application&quot;:{&quot;type&quot;:&quot;com.acme.tester&quot;,&quot;name&quot;:&quot;My Acme Tester&quot;},&quot;relationship&quot;:&quot;is tested by&quot;,&quot;object&quot;:{&quot;url&quot;:&quot;http://www.anothercompany.com/tester/testcase/1234&quot;,&quot;title&quot;:&quot;Test Case #1234&quot;,&quot;summary&quot;:&quot;Test that the submit button saves the item&quot;,&quot;icon&quot;:{&quot;url16x16&quot;:&quot;http://www.anothercompany.com/tester/images/testcase.gif&quot;,&quot;title&quot;:&quot;Test Case&quot;},&quot;status&quot;:{&quot;resolved&quot;:false,&quot;icon&quot;:{&quot;url16x16&quot;:&quot;http://www.anothercompany.com/tester/images/person/mia.gif&quot;,&quot;title&quot;:&quot;Tested by Mia Krystof&quot;,&quot;link&quot;:&quot;http://www.anothercompany.com/tester/person?accountId=5b10a2844c20165700ede21g&quot;}}}}]