Tool to update an existing pull request's editable fields (e.g., title, description, reviewers) via the Bitbucket Cloud API. Use when you need to modify a pull request without creating a new one. Only sends fields that are explicitly provided to avoid accidental overwrites.
draftbooleanIf true, marks the pull request as a draft. If false, marks it as ready for review. If omitted, draft status remains unchanged.
titlestringUpdated title for the pull request. If omitted, title remains unchanged.
repo_slugRequiredstringRepository slug (URL-friendly name) or UUID.
reviewersarrayUpdated list of Bitbucket user UUIDs to be reviewers. Replaces existing reviewers. If omitted, reviewers remain unchanged.
workspaceRequiredstringWorkspace ID (slug) or workspace UUID that owns the repository.
descriptionstringUpdated Markdown description for the pull request. If omitted, description remains unchanged.
pull_request_idRequiredintegerUnique ID of the pull request to update.
close_source_branchbooleanIf true, automatically closes the source branch upon pull request merge. If omitted, setting remains unchanged.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.