Atlassian · Example Payload

Atlassian Atlassianlistchangesonanissue Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianlistchangesonanissue 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": "atlassianListChangesOnAnIssue",
  "method": "GET",
  "path": "/repositories/{workspace}/{repo_slug}/issues/{issue_id}/changes",
  "summary": "Atlassian List Changes On An Issue",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "pagelen": 20,
        "values": [
          {
            "changes": {
              "priority": {
                "new": "trivial",
                "old": "major"
              },
              "assignee": {
                "new": "",
                "old": "evzijst"
              },
              "assignee_account_id": {
                "new": "",
                "old": "557058:c0b72ad0-1cb5-4018-9cdc-0cde8492c443"
              },
              "kind": {
                "new": "enhancement",
                "old": "bug"
              }
            },
            "links": {
              "self": {
                "href": "https://api.bitbucket.org/2.0/repositories/evzijst/dogslow/issues/1/changes/2"
              },
              "html": {
                "href": "https://bitbucket.org/evzijst/dogslow/issues/1#comment-2"
              }
            },
            "issue": {
              "links": {
                "self": {
                  "href": "https://api.bitbucket.org/2.0/repositories/evzijst/dogslow/issues/1"
                }
              },
              "type": "issue",
              "id": 1,
              "repository": {
                "links": {
                  "self": {
                    "href": "https://api.bitbucket.org/2.0/repositories/evzijst/dogslow"
                  },
                  "html": {
                    "href": "https://bitbucket.org/evzijst/dogslow"
                  },
                  "avatar": {
                    "href": "https://bitbucket.org/evzijst/dogslow/avatar/32/"
                  }
                },
                "type": "repository",
                "name": "dogslow",
                "full_name": "evzijst/dogslow",
                "uuid": "{988b17c6-1a47-4e70-84ee-854d5f012bf6}"
              },
              "title": "Updated title"
            },
            "created_on": "2018-03-03T00:35:28.353630+00:00",
            "user": {
              "username": "evzijst",
              "nickname": "evzijst",
              "display_name": "evzijst",
              "type": "user",
              "uuid": "{aaa7972b-38af-4fb1-802d-6e3854c95778}",
              "links": {
                "self": {
                  "href": "https://api.bitbucket.org/2.0/users/evzijst"
                },
                "html": {
                  "href": "https://bitbucket.org/evzijst/"
                },
                "avatar": {
                  "href": "https://bitbucket.org/account/evzijst/avatar/32/"
                }
              }
            },
            "message": {
              "raw": "Removed assignee, changed kind and priority.",
              "markup": "markdown",
              "html": "<p>Removed assignee, changed kind and priority.</p>",
              "type": "rendered"
            },
            "type": "issue_change",
            "id": 2
          }
        ],
        "page": 1
      }
    }
  ]
}