bee status create
Overview
Section titled “Overview”Create a status
Omitted fields will be prompted interactively.
bee status create [flags]-p,--project <id>- Project ID or project key (required)
-n,--name <value>- Status name
--color <value>- Display color {#ea2c00|#e87758|#e07b9a|#868cb7|#3b9dbd|#4caf93|#b0be3c|#eda62a|#f42858|#393939}
--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 status
bee status create -p PROJECT -n "In Review" --color "#3b9dbd"Create interactively
bee status create -p PROJECT --color "#3b9dbd"Environment 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