Overview
Enables you to track time spent on issues within a project. Worklogs track duration in minutes and include details like description, timestamps, and user information.
Worklogs object
Attributes
-
id
stringUnique identifier for the worklog
-
created_at
timestampTimestamp when the worklog was created
-
updated_at
timestampTimestamp when the worklog was last modified
-
deleted_at
timestampTimestamp when the worklog was deleted
-
description
stringDescription of the work done during the worklog
-
duration
integerTime spent on the issue, recorded in minutes
-
created_by
stringID of user who created the worklog
-
updated_by
stringID of user who last modified the worklog
-
project_id
stringID of project associated with the worklog
-
workspace_id
stringID of workspace associated with the worklog
-
logged_by
stringID of the user who logged the work