kaiten_create_time_log
Log time spent on a Kaiten card by card ID and minutes, with optional date, role, and comment to track project hours accurately.
Instructions
Log time spent on a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | ID of the card. | |
| comment | No | Optional comment for the time log (max 32767 characters). | |
| role_id | No | Role ID for the time log. Use -1 for the default role. | |
| for_date | No | Date for the time log (YYYY-MM-DD). Defaults to today. | |
| time_spent | Yes | Time spent in minutes (minimum 1). |