bulk_update_epics
Update status and append notes to multiple epics atomically. Each update targets a specific epic; missing epics are reported but processing continues. Returns per-epic results including old and new status.
Instructions
Update multiple epics in one operation. Each entry may set status and/or append a note. Updates are applied atomically per file. If an epic does not exist, an error is recorded for that entry and processing continues. Returns an array of per-epic result objects with fields: epic_id, status_updated, old_status, new_status, note_appended, errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Array of epic update objects. Each must include epic_id; status and note are optional. status must be one of: draft, in-progress, done, blocked, deferred. note is appended, not replaced. |