Atlassian · Example Payload

Atlassian Atlassianupdateremoteissuelink Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianupdateremoteissuelink Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianUpdateremoteissuelink",
  "method": "PUT",
  "path": "/rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId}",
  "summary": "Atlassian Update Remote Issue Link By Id",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "application": {
          "name": "My Acme Tracker",
          "type": "com.acme.tracker"
        },
        "globalId": "system=http://www.mycompany.com/support&id=1",
        "object": {
          "icon": {
            "title": "Support Ticket",
            "url16x16": "http://www.mycompany.com/support/ticket.png"
          },
          "status": {
            "icon": {
              "link": "http://www.mycompany.com/support?id=1&details=closed",
              "title": "Case Closed",
              "url16x16": "http://www.mycompany.com/support/resolved.png"
            },
            "resolved": true
          },
          "summary": "Customer support issue",
          "title": "TSTSUP-111",
          "url": "http://www.mycompany.com/support?id=1"
        },
        "relationship": "causes"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[],\"errors\":{\"title\":\"'title' is required.\"}}"
    }
  ]
}