bee milestone create
Overview
Section titled “Overview”Create a milestone
Omitted fields will be prompted interactively.
bee milestone create [flags]-p,--project <id>- Project ID or project key (required)
-n,--name <value>- Milestone name
-d,--description <value>- Milestone description
--start-date <yyyy-MM-dd>- Start date
--release-due-date <yyyy-MM-dd>- Release due date
--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”Create a milestone
bee milestone create -p PROJECT -n "v1.0.0"Create with dates
bee milestone create -p PROJECT -n "v1.0.0" --start-date 2026-04-01 --release-due-date 2026-06-30Environment 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