Remote Links
Get a Remote Link by ID
Retrieve the currently stored Remote Link data for the given ID.
The result will be what is currently stored, ignoring any pending updates or deletes.
get/rest/remotelinks/1.0/remotelink/{remoteLinkId}
Path parameters
remoteLinkIdstring required
The ID of the Remote Link to fetch.
Response
The Remote Link data currently stored for the given ID.
Example response
{
"schemaVersion": "1.0",
"id": "111-222-333",
"updateSequenceNumber": 1523494301448,
"displayName": "Remote Link #42",
"type": "security",
"description": "Remote Link #42 with more information in this description",
"lastUpdated": "2018-01-20T23:27:25.000Z",
"associations": [
{
"associationType": "issueIdOrKeys",
"values": [
"ABC-123",
"ABC-456"
]
}
],
"status": {
"appearance": "inprogress",
"label": "ANOMALOUS"
},
"actionIds": [
"action-111-222-333",
"action-444-555-666"
]
}