bulk_update_epics
Update multiple epics simultaneously by setting status and appending notes. Each epic is processed atomically with error handling for missing epics.
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. |