create_work_log
Log the time spent and description of work performed on a project's work item.
Instructions
Create a work log for a work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| work_item_id | Yes | UUID of the work item | |
| duration | No | Duration of work in minutes | |
| description | No | Description of the work performed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| created_at | No | ||
| updated_at | No | ||
| description | No | ||
| duration | No | ||
| created_by | No | ||
| updated_by | No | ||
| project_id | No | ||
| workspace_id | No | ||
| logged_by | No |