bee status edit
Overview
Section titled “Overview”Edit a status
Only specified fields are updated; others remain unchanged.
bee status edit [flags] <STATUS>Arguments
Section titled “Arguments”STATUS- Status ID
-p,--project <id>- Project ID or project key (required)
-n,--name <value>- New name of the status
--color <value>- Change 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”Rename a status
bee status edit 12345 -p PROJECT -n "New Name"Change status color
bee status edit 12345 -p PROJECT --color "#e30000"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