Atlassian · Example Payload

Atlassian Atlassiancreateissuelinktype Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiancreateissuelinktype 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": "atlassianCreateissuelinktype",
  "method": "POST",
  "path": "/rest/api/3/issueLinkType",
  "summary": "Atlassian Create Issue Link Type",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "inward": "Duplicated by",
        "name": "Duplicate",
        "outward": "Duplicates"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": "{\"id\":\"1000\",\"inward\":\"Duplicated by\",\"name\":\"Duplicate\",\"outward\":\"Duplicates\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000\"}"
    }
  ]
}