create_work_log
Create a work log entry for a work item, recording the duration in minutes and description of work performed.
Instructions
Create a work log for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item duration: Duration of work in minutes description: Description of the work performed
Returns: Created WorkItemWorkLog object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | ||
| project_id | Yes | ||
| description | No | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| duration | No | ||
| logged_by | No | ||
| created_at | No | ||
| created_by | No | ||
| project_id | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| workspace_id | No |