bee issue-type delete
Overview
Section titled “Overview”Delete an issue type
All issues of this type are reassigned to the substitute issue type. This action is irreversible.
bee issue-type delete [flags] <ISSUETYPE>Arguments
Section titled “Arguments”ISSUETYPE- Issue type ID
-p,--project <id>- Project ID or project key (required)
--substitute-issue-type-id <value>- Replacement issue type ID for affected issues
--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”Delete an issue type
bee issue-type delete 12345 -p PROJECT --substitute-issue-type-id 67890Delete without confirmation
bee issue-type delete 12345 -p PROJECT --substitute-issue-type-id 67890 --yesEnvironment 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