bulk_update_acceptance_criteria
Update checked states of multiple acceptance criteria on a story at once. Specify criteria text and desired state; unmatched criteria trigger an error.
Instructions
Update the checked state of individual acceptance criteria on a story in one operation. Only the criteria explicitly listed are modified; all others are left untouched. Criteria are matched by exact text. If any criterion text is not found, no changes are made and an error is returned. Returns {story_id, path, content, criteria_updated, errors}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| criteria | Yes | Map of criterion text to desired checked state. true = checked [x], false = unchecked [ ]. Criterion text must match exactly. | |
| story_id | Yes | Story ID to update, e.g. STORY-047 |