bulk_update_acceptance_criteria
Set checked/unchecked state of acceptance criteria on a story by exact text. Only listed criteria are modified; returns error if text not found.
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 |