コンテンツにスキップ

bee issue-type delete

Delete an issue type

All issues of this type are reassigned to the substitute issue type. This action is irreversible.

Terminal window
bee issue-type delete [flags] <ISSUETYPE>
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
-y , --yes
Skip confirmation prompt
--json <fields>
Output as JSON (optionally filter by field names, comma-separated)
-s , --space <hostname>
Space hostname

Delete an issue type

Terminal window
bee issue-type delete 12345 -p PROJECT --substitute-issue-type-id 67890

Delete without confirmation

Terminal window
bee issue-type delete 12345 -p PROJECT --substitute-issue-type-id 67890 --yes
BACKLOG_PROJECT
Project ID or project key (required)
BACKLOG_SPACE
Space hostname
BACKLOG_API_KEY
Authenticate with an API key
BACKLOG_PROJECT
Default project ID or project key