Atlassian · Example Payload

Atlassian Atlassiancreateworkflowtransitionproperty Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiancreateworkflowtransitionproperty 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": "atlassianCreateworkflowtransitionproperty",
  "method": "POST",
  "path": "/rest/api/3/workflow/transitions/{transitionId}/properties",
  "summary": "Atlassian Create Workflow Transition Property",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "value": "createissue"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"key\":\"jira.i18n.title\",\"value\":\"some.title\",\"id\":\"jira.i18n.title\"}"
    }
  ]
}