create_time_registration
Create a time registration on a task. Use TaskID from search_tasks, then provide date and hours, with optional Jira ID, comment, and billable flag.
Instructions
Create a new time registration on a task. Use search_tasks first to find the TaskID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Date | Yes | Date of the registration, format YYYY-MM-DD | |
| Hours | Yes | Number of hours to register | |
| JiraId | No | JIRA ticket ID (e.g. XXX-1234) | |
| TaskID | Yes | Task identifier (from search_tasks) | |
| Comment | No | Comment for the registration | |
| Billable | No | Whether this time is billable (default from task settings) |