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