add_costs
Log time and optional money against a task to record hours worked, costs, and comments. Provide project, task, hours, and optional date, user, and amount.
Instructions
Log time (and optionally money) against a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date of the work. | |
| hours | Yes | Hours spent, e.g. 1.5. | |
| money | No | Cost amount, if tracked. | |
| comment | No | What the time was spent on. | |
| task_id | Yes | Task to log time against. | |
| project_id | Yes | Project the task belongs to. | |
| user_email | No | Person the entry belongs to. |