milestone_add_item
Attach a bug, requirement, or external item to a milestone with size, priority, and acceptance criteria to track release progress.
Instructions
Attach an item (bug / requirement / external) to a milestone.
Args:
milestone_id: Target milestone slug.
item_kind: 'bug' (CB-N), 'requirement' (FR-N), or 'external'.
item_ref: The id of the underlying entity (must exist for bug/req).
size: 'large' (worktree+sprint), 'small' (1-2h), 'triage' (minutes).
priority: Lower = higher priority. Default 100.
acceptance: Markdown acceptance criteria. Required for size='large'.
linked_frs: Optional list of FR ids to link (used by pull_next eligibility).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | small | |
| item_ref | Yes | ||
| priority | No | ||
| item_kind | Yes | ||
| acceptance | No | ||
| linked_frs | No | ||
| milestone_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||