コンテンツにスキップ

bee milestone edit

Edit a milestone

Only specified fields are updated; others remain unchanged.

Terminal window
bee milestone edit [flags] <MILESTONE>
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

Rename a milestone

Terminal window
bee milestone edit 12345 -p PROJECT -n "v2.0.0"

Archive a milestone

Terminal window
bee milestone edit 12345 -p PROJECT --archived

Update release date

Terminal window
bee milestone edit 12345 -p PROJECT --release-due-date 2026-12-31
BACKLOG_PROJECT
Project ID or project key (required)
BACKLOG_SPACE
Space hostname
BACKLOG_API_KEY
Authenticate with an API key
BACKLOG_PROJECT
Default project ID or project key