Jira · Example Payload

Jira Cloud Platform Rest Worklog Example

AgileIssue TrackingITSMProject ManagementService Management

Jira Cloud Platform Rest Worklog Example is an example object payload from Jira, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

selfidcreatedupdatedstartedtimeSpenttimeSpentSeconds

Example Payload

Raw ↑
{
  "self": "example_value",
  "id": "abc123",
  "created": "example_value",
  "updated": "example_value",
  "started": "example_value",
  "timeSpent": "example_value",
  "timeSpentSeconds": 10
}