Atlassian · Example Payload

Atlassian Atlassianlinkissues Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianlinkissues 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": "atlassianLinkissues",
  "method": "POST",
  "path": "/rest/api/3/issueLink",
  "summary": "Atlassian Create Issue Link",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "comment": {
          "body": {
            "content": [
              {
                "content": [
                  {
                    "text": "Linked related issue!",
                    "type": "text"
                  }
                ],
                "type": "paragraph"
              }
            ],
            "type": "doc",
            "version": 1
          },
          "visibility": {
            "identifier": "276f955c-63d7-42c8-9520-92d01dca0625",
            "type": "group",
            "value": "jira-software-users"
          }
        },
        "inwardIssue": {
          "key": "HSP-1"
        },
        "outwardIssue": {
          "key": "MKY-1"
        },
        "type": {
          "name": "Duplicate"
        }
      }
    }
  ],
  "responseExamples": []
}