upservice_update_task_worklog
Record actual effort in minutes for a task to update worklog and track time spent.
Instructions
Log actual effort (worklog) spent on a task, in minutes.
Args: params (UpdateTaskWorklogInput): task_id (int), value (int, minutes of actual effort)
Returns: str: JSON of the updated task/worklog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |