Update Work Item
workitem_updateUpdate work item fields and role operations with safety. Preview changes via dry_run before applying, and resolve unknown keys with metadata first.
Instructions
Update work item fields or role operations. Use workitem_meta_fields or role metadata first when field keys or role keys are unknown. Arrays and objects in field_value are automatically stringified for meegle CLI compatibility. This tool defaults to dry_run=true for safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional field mutations. | |
| dry_run | No | Leave true to preview the normalized update request. Set false to really update. | |
| project_key | No | Project key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing. | |
| role_operate | No | Optional role operations. | |
| work_item_id | Yes | Target work item ID. |