bee pr edit
Overview
Section titled “Overview”Edit a pull request
Only specified fields are updated; others remain unchanged.
bee pr edit [flags] <NUMBER>Arguments
Section titled “Arguments”NUMBER- Pull request number
-p,--project <id>- Project ID or project key (required)
-R,--repo <name>- Repository name or ID (required)
-t,--title <text>- New title of the pull request
-b,--body <text>- New description of the pull request
--assignee <id>- New assignee user ID. Use @me for yourself.
--issue <key>- New related issue ID or issue key
-c,--comment <text>- Comment to add with the update
--notify <id>- User IDs to notify (repeatable)
--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”Update pull request title
bee pr edit 42 -p PROJECT -R repo -t "New title"Change assignee
bee pr edit 42 -p PROJECT -R repo --assignee 12345Add a comment with the update
bee pr edit 42 -p PROJECT -R repo -t "New title" --comment "Updated title"Environment variables
Section titled “Environment variables”BACKLOG_PROJECT- Project ID or project key (required)
BACKLOG_REPO- Repository name or ID (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
BACKLOG_REPO- Default repository name