Atlassian · Schema

Worklog

Details of a worklog.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
author object Details of the user who created the worklog.
comment object A comment about the worklog in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/). Optional when creating or updating a worklog.
created string The datetime on which the worklog was created.
id string The ID of the worklog record.
issueId string The ID of the issue this worklog is for.
properties array Details of properties for the worklog. Optional when creating or updating a worklog.
self string The URL of the worklog item.
started string The datetime on which the worklog effort was started. Required when creating a worklog. Optional when updating a worklog.
timeSpent string The time spent working on the issue as days (\#d), hours (\#h), or minutes (\#m or \#). Required when creating a worklog if `timeSpentSeconds` isn't provided. Optional when updating a worklog. Cannot
timeSpentSeconds integer The time in seconds spent working on the issue. Required when creating a worklog if `timeSpent` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpent` is provided.
updateAuthor object Details of the user who last updated the worklog.
updated string The datetime on which the worklog was last updated.
visibility object Details about any restrictions in the visibility of the worklog. Optional when creating or updating a worklog.
View JSON Schema on GitHub

JSON Schema

atlassian-worklog-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Worklog",
  "title": "Worklog",
  "additionalProperties": true,
  "description": "Details of a worklog.",
  "properties": {
    "author": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserDetails"
        }
      ],
      "description": "Details of the user who created the worklog.",
      "readOnly": true
    },
    "comment": {
      "description": "A comment about the worklog in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/). Optional when creating or updating a worklog."
    },
    "created": {
      "description": "The datetime on which the worklog was created.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "description": "The ID of the worklog record.",
      "readOnly": true,
      "type": "string"
    },
    "issueId": {
      "description": "The ID of the issue this worklog is for.",
      "readOnly": true,
      "type": "string"
    },
    "properties": {
      "description": "Details of properties for the worklog. Optional when creating or updating a worklog.",
      "items": {
        "$ref": "#/components/schemas/EntityProperty"
      },
      "type": "array"
    },
    "self": {
      "description": "The URL of the worklog item.",
      "format": "uri",
      "readOnly": true,
      "type": "string"
    },
    "started": {
      "description": "The datetime on which the worklog effort was started. Required when creating a worklog. Optional when updating a worklog.",
      "format": "date-time",
      "type": "string"
    },
    "timeSpent": {
      "description": "The time spent working on the issue as days (\\#d), hours (\\#h), or minutes (\\#m or \\#). Required when creating a worklog if `timeSpentSeconds` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpentSecond` is provided.",
      "type": "string"
    },
    "timeSpentSeconds": {
      "description": "The time in seconds spent working on the issue. Required when creating a worklog if `timeSpent` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpent` is provided.",
      "format": "int64",
      "type": "integer"
    },
    "updateAuthor": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserDetails"
        }
      ],
      "description": "Details of the user who last updated the worklog.",
      "readOnly": true
    },
    "updated": {
      "description": "The datetime on which the worklog was last updated.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "visibility": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Visibility"
        }
      ],
      "description": "Details about any restrictions in the visibility of the worklog. Optional when creating or updating a worklog."
    }
  },
  "type": "object",
  "xml": {
    "name": "worklog"
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/atlassian-worklog"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.