reorder_backlog
Reorder your project backlog by specifying a prioritized list of story IDs. Unlisted entries are moved to the end, ensuring no stories are lost.
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. |