create_worklog
Record time spent on a Plane issue by providing project ID, issue ID, duration, and description. Optionally include start time for precise tracking.
Instructions
Create a new worklog for an issue.
Args: project_id: The UUID identifier of the project containing the issue issue_id: The UUID identifier of the issue to create worklog for duration: Duration in hours (e.g., 2.5 for 2 hours 30 minutes) description: Description of the work done started_at: Optional timestamp when work started (ISO 8601 format)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | Yes | ||
| issue_id | Yes | ||
| project_id | Yes | ||
| started_at | No | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |