update_effort_record
Update a previously logged actual effort record for a work item by providing the record ID, work item ID, date range, and actual hours.
Instructions
[Project Management] 更新已登记的实际工时(云效实际工时受控字段,不能走 update_work_item.customFieldValues)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 工时记录唯一标识 | |
| gmtEnd | Yes | 工作开始结束日期 | |
| gmtStart | Yes | 工作开始日期 | |
| workType | No | 工作类型 | |
| actualTime | Yes | 实际工时 | |
| operatorId | No | 操作者的useId,个人token时该参数无效 | |
| workitemId | Yes | 工作项唯一标识 | |
| description | No | 工作描述 | |
| organizationId | Yes | organizationId |