Atlassian · Example Payload

Atlassian Bitbucket Repositories Task Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Bitbucket Repositories Task Example is an example object payload from Atlassian, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcreated_onupdated_onstatecontentpendingresolved_on

Example Payload

Raw ↑
{
  "id": "abc123",
  "created_on": "example_value",
  "updated_on": "example_value",
  "state": "example_value",
  "content": "example_value",
  "pending": true,
  "resolved_on": "example_value"
}