bee issue-type edit
Overview
Section titled “Overview”Edit an issue type
Only specified fields are updated; others remain unchanged.
bee issue-type edit [flags] <ISSUETYPE>Arguments
Section titled “Arguments”ISSUETYPE- Issue type ID
-p,--project <id>- Project ID or project key (required)
-n,--name <value>- New name of the issue type
--color <value>- Change display color {#e30000|#990000|#934981|#814fbc|#2779ca|#007e9a|#7ea800|#ff9200|#ff3265|#666665}
--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 an issue type
bee issue-type edit 12345 -p PROJECT -n "New Name"Change issue type color
bee issue-type 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