{
        "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "created_at": "2025-01-29T21:27:54.197306+05:30",
        "updated_at": "2025-01-29T21:27:54.197320+05:30",
        "description": "",
        "duration": 1,
        "created_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "updated_by": null,
        "project_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "workspace_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "logged_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }
GET    /api/v1/workspaces/:workspace-slug/projects/:project_id/issues/:issue_id/worklogs/
GET    /api/v1/workspaces/:workspace-slug/projects/:project_id/total-worklogs/
POST   /api/v1/workspaces/:workspace-slug/projects/:project_id/issues/:issue_id/worklogs/
PATCH  /api/v1/workspaces/:workspace-slug/projects/:project_id/issues/:issue_id/worklogs/:worklog_id/
DELETE  /api/v1/workspaces/:workspace-slug/projects/:project_id/issues/:issue_id/worklogs/:worklog_id/

Worklogs object

Attributes

  • id string

    Unique identifier for the worklog

  • created_at timestamp

    Timestamp when the worklog was created

  • updated_at timestamp

    Timestamp when the worklog was last modified

  • deleted_at timestamp

    Timestamp when the worklog was deleted

  • description string

    Description of the work done during the worklog

  • duration integer

    Time spent on the issue, recorded in minutes

  • created_by string

    ID of user who created the worklog

  • updated_by string

    ID of user who last modified the worklog

  • project_id string

    ID of project associated with the worklog

  • workspace_id string

    ID of workspace associated with the worklog

  • logged_by string

    ID of the user who logged the work

    {
        "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "created_at": "2025-01-29T21:27:54.197306+05:30",
        "updated_at": "2025-01-29T21:27:54.197320+05:30",
        "description": "",
        "duration": 1,
        "created_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "updated_by": null,
        "project_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "workspace_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "logged_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }