bee issue close
Overview
Section titled “Overview”Close an issue
Sets the status to Closed with resolution Fixed by default. Use --resolution for a different resolution.
bee issue close [flags] <ISSUE>Arguments
Section titled “Arguments”-
ISSUE - Issue ID or issue key
-
-c,--comment <text> - Comment to add when closing
-
--resolution <name> - Resolution
-
--notify <id> - User IDs to notify (repeatable)
-
--json <fields> - Output as JSON (optionally filter by field names, comma-separated)
-
-s,--space <hostname> - Space hostname
Examples
Section titled “Examples”Close an issue
bee issue close PROJECT-123Close with a comment
bee issue close PROJECT-123 -c "Done"Close as duplicate
bee issue close PROJECT-123 --resolution duplicateEnvironment variables
Section titled “Environment variables”-
BACKLOG_SPACE - Space hostname
-
BACKLOG_API_KEY - Authenticate with an API key