update_estimated_effort
Update the estimated effort for a work item. Modify spent time, owner, or work type of an existing estimate.
Instructions
[Project Management] 更新已登记的预计工时(云效预计工时受控字段,不能走 update_work_item.customFieldValues)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | organizationId | |
| workitemId | Yes | 工作项唯一标识 | |
| id | Yes | 预计工时记录唯一标识 | |
| description | No | 工作描述 | |
| operatorId | No | 操作者的useId,个人token时该参数无效 | |
| owner | Yes | 负责人,填userId | |
| spentTime | Yes | 预计工时 | |
| workType | No | 工作类别 |