bee milestone edit
Overview
Section titled “Overview”Edit a milestone
Only specified fields are updated; others remain unchanged.
bee milestone edit [flags] <MILESTONE>Arguments
Section titled “Arguments”MILESTONE- Milestone ID
-p,--project <id>- Project ID or project key (required)
-n,--name <value>- New name of the milestone
-d,--description <value>- New description of the milestone
--start-date <yyyy-MM-dd>- New start date
--release-due-date <yyyy-MM-dd>- New release due date
--archived- Change whether the milestone is archived
--json <fields>- Output as JSON (optionally filter by field names, comma-separated)
-s,--space <hostname>- Space hostname (e.g. xxx.backlog.com, or your own domain)
-y,--yes- Skip confirmation prompt
Examples
Section titled “Examples”Rename a milestone
bee milestone edit 12345 -p PROJECT -n "v2.0.0"Archive a milestone
bee milestone edit 12345 -p PROJECT --archivedUpdate release date
bee milestone edit 12345 -p PROJECT --release-due-date 2026-12-31Environment variables
Section titled “Environment variables”BACKLOG_PROJECT- Project ID or project key (required)
BACKLOG_SPACE- Space hostname (e.g. xxx.backlog.com, or your own domain)
BACKLOG_API_KEY- Authenticate with an API key
BACKLOG_SPACE- Space hostname
BACKLOG_PROJECT- Default project ID or project key