bee issue-type create
Overview
Section titled “Overview”Create an issue type
Omitted fields will be prompted interactively.
bee issue-type create [flags]-p,--project <id>- Project ID or project key (required)
-n,--name <value>- Issue type name
--color <value>- 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”Create an issue type
bee issue-type create -p PROJECT -n "Enhancement" --color "#2779ca"Create interactively
bee issue-type create -p PROJECT --color "#2779ca"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