Jira · JSON Structure

Jira Cloud Platform Rest Worklog Structure

Type: object Properties: 7
AgileIssue TrackingITSMProject ManagementService Management

Worklog is a JSON Structure definition published by Jira, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

self id created updated started timeSpent timeSpentSeconds

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Worklog",
  "type": "object",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "started": {
      "type": "string"
    },
    "timeSpent": {
      "type": "string"
    },
    "timeSpentSeconds": {
      "type": "integer"
    }
  }
}