write_log_time
Log time spent on a Targetprocess card by providing the card ID and spent amount. Optionally specify date, person, role, remaining time, or description to update time tracking with complete details.
Instructions
Log time spent on a card for a person (default: you). date is YYYY-MM-DD (default: today in the server's time zone). Where the card's process tracks time, this is a Time entry and the role defaults to the person's only role on the card (pass role if they have none or several). Where the process has no Time Tracking practice but the instance tracks time in a TimeRecord type, this creates a time record linked to the person and the card (and a task's story); records have no role or remaining time, and Targetprocess names them itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | No | ||
| role | No | Role name or id, e.g. "Developer", "Product Owner" | |
| user | No | Person name, login, email, id, or "me" | |
| spent | Yes | ||
| remain | No | Remaining time to record on the card | |
| description | No |