Creates a new comment on a Bitbucket pull request. Supports top-level comments, threaded replies, and inline code comments. Use when providing feedback on a PR, replying to existing comments, or commenting on specific code lines.
inlineobjectLocation details for inline code comments.
repo_slugRequiredstringThe slug (URL-friendly version) of the repository name.
workspaceRequiredstringThe ID or slug of the workspace that owns the repository.
content_rawRequiredstringThe raw text content for the comment. Supports markdown formatting which Bitbucket will render.
pull_request_idRequiredintegerThe unique identifier of the pull request to comment on.
parent_comment_idintegerID of an existing comment to reply to, creating a threaded comment. If omitted, creates a top-level comment.
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.