create_time_entry
Log time entries on projects with date, hours, and description. Optionally assign to a person or link to a to-do item for detailed tracking.
Instructions
Log a time entry on a project.
Args: project_id: The numeric project ID. date: Date of the time entry in YYYY-MM-DD format. hours: Number of hours to log (e.g. 1.5). description: Description of work done. person_id: Optional person ID (defaults to current user). todo_item_id: Optional to-do item ID to associate the entry with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| hours | Yes | ||
| person_id | No | ||
| project_id | Yes | ||
| description | Yes | ||
| todo_item_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||