Update work package
op_update_work_packageUpdate fields on an existing OpenProject work package. Requires current lockVersion to prevent stale-object errors.
Instructions
Patch fields on a work package. You MUST pass the current lockVersion (fetch it first with op_get_work_package) or OpenProject will reject the update with a stale-object error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| lockVersion | Yes | ||
| subject | No | ||
| description | No | ||
| statusId | No | ||
| priorityId | No | ||
| assigneeId | No | Set null to unassign | |
| startDate | No | ||
| dueDate | No | ||
| percentageDone | No | ||
| estimatedTime | No | ||
| notify | No |