reorder_backlog
Reorder the active backlog by specifying the desired priority order of story IDs. Entries listed are placed first; omitted entries are appended at the end.
Instructions
Reorder the active backlog by supplying the desired story ID sequence. Entries present in story_ids are placed first in that order; any backlog entries omitted from the list are appended at the end so nothing is silently dropped. IDs not found in the backlog (e.g. already done) are reported in not_found but do not cause a failure. Returns {placed: [ordered story IDs written], not_found: [IDs absent from backlog], appended: [IDs moved to end because they were omitted]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_ids | Yes | Ordered list of story IDs representing the desired backlog priority, highest priority first. |