コンテンツにスキップ

bee pr edit

Edit a pull request

Only specified fields are updated; others remain unchanged.

Terminal window
bee pr edit [flags] <NUMBER>
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

Update pull request title

Terminal window
bee pr edit 42 -p PROJECT -R repo -t "New title"

Change assignee

Terminal window
bee pr edit 42 -p PROJECT -R repo --assignee 12345

Add a comment with the update

Terminal window
bee pr edit 42 -p PROJECT -R repo -t "New title" --comment "Updated title"
BACKLOG_PROJECT
Project ID or project key (required)
BACKLOG_REPO
Repository name or ID (required)
BACKLOG_SPACE
Space hostname
BACKLOG_API_KEY
Authenticate with an API key
BACKLOG_PROJECT
Default project ID or project key
BACKLOG_REPO
Default repository name