tickets_add_timer
Add a timer entry to a ticket for time tracking. Provide start time or duration to auto-calculate end time.
Instructions
Add a timer entry to a ticket for time tracking. Note: start_at is REQUIRED (API returns 422 without it). duration_minutes auto-calculates end_time from start_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID | |
| start_at | No | Start time (ISO 8601) - REQUIRED | |
| end_at | No | End time (ISO 8601) | |
| duration_minutes | No | Duration in minutes (alternative to start/end) | |
| user_id | No | User ID (defaults to current user) | |
| notes | No | Timer notes | |
| product_id | No | Product ID for billing |