update_work_package
Update specific fields of an existing work package and return its URL. Fetches lockVersion to prevent stale overwrites, supports clearing optional links with null, and controls user notifications.
Instructions
Update only the supplied fields on an existing work package and return its browser URL. The tool fetches the current lockVersion first to prevent stale overwrites; null clears supported optional links. It writes immediately and may notify users unless notify is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| notify | No | ||
| dueDate | No | ||
| subject | No | ||
| parentId | No | ||
| statusId | No | ||
| startDate | No | ||
| versionId | No | ||
| assigneeId | No | ||
| priorityId | No | ||
| description | No | ||
| estimatedTime | No | ||
| responsibleId | No | ||
| percentageDone | No |