bee issue edit
Overview
Section titled “Overview”Edit an issue
Only specified fields are updated; others remain unchanged.
bee issue edit [flags] <ISSUE>Arguments
Section titled “Arguments”-
ISSUE - Issue ID or issue key
-
-t,--title <text> - New title of the issue
-
-d,--description <text> - New description of the issue
-
-S,--status <id> - New status ID
-
-P,--priority <name> - Change priority
-
-T,--type <id> - New issue type ID
-
--assignee <id> - New assignee user ID. Use @me for yourself.
-
--category <id> - Category IDs (repeatable)
-
--version <id> - Version IDs (repeatable)
-
--milestone <id> - Milestone IDs (repeatable)
-
--resolution <id> - Resolution ID
-
--parent-issue <id> - New parent issue ID
-
--start-date <date> - New start date
-
--due-date <date> - New due date
-
--estimated-hours <n> - New estimated hours
-
--actual-hours <n> - New actual hours
-
-c,--comment <text> - Comment to add with the update
-
--notify <id> - User IDs to notify (repeatable)
-
--attachment <id> - Attachment IDs (repeatable)
-
--json <fields> - Output as JSON (optionally filter by field names, comma-separated)
-
-s,--space <hostname> - Space hostname
Examples
Section titled “Examples”Update issue title
bee issue edit PROJECT-123 -t "New title"Change assignee and priority
bee issue edit PROJECT-123 --assignee 12345 --priority highAdd a comment with the update
bee issue edit PROJECT-123 -t "New title" --comment "Updated title"Environment variables
Section titled “Environment variables”-
BACKLOG_SPACE - Space hostname
-
BACKLOG_API_KEY - Authenticate with an API key