Atlassian · Example Payload

Atlassian Atlassiandotransition Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiandotransition 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": "atlassianDotransition",
  "method": "POST",
  "path": "/rest/api/3/issue/{issueIdOrKey}/transitions",
  "summary": "Atlassian Transition Issue",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "fields": {
          "assignee": {
            "name": "bob"
          },
          "resolution": {
            "name": "Fixed"
          }
        },
        "historyMetadata": {
          "activityDescription": "Complete order processing",
          "actor": {
            "avatarUrl": "http://mysystem/avatar/tony.jpg",
            "displayName": "Tony",
            "id": "tony",
            "type": "mysystem-user",
            "url": "http://mysystem/users/tony"
          },
          "cause": {
            "id": "myevent",
            "type": "mysystem-event"
          },
          "description": "From the order testing process",
          "extraData": {
            "Iteration": "10a",
            "Step": "4"
          },
          "generator": {
            "id": "mysystem-1",
            "type": "mysystem-application"
          },
          "type": "myplugin:type"
        },
        "transition": {
          "id": "5"
        },
        "update": {
          "comment": [
            {
              "add": {
                "body": {
                  "content": [
                    {
                      "content": [
                        {
                          "text": "Bug has been fixed",
                          "type": "text"
                        }
                      ],
                      "type": "paragraph"
                    }
                  ],
                  "type": "doc",
                  "version": 1
                }
              }
            }
          ]
        }
      }
    }
  ],
  "responseExamples": []
}