suggest_code_change
Add a code suggestion as a comment to a specific file line in a Bitbucket pull request to propose changes.
Instructions
Add a code suggestion comment to a file in a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Bitbucket project key | |
| repository | Yes | Repository slug | |
| prId | Yes | Pull request ID | |
| filePath | Yes | Path to the file in the repository | |
| line | Yes | Line number to comment on | |
| lineType | No | Type of line (default is CONTEXT) | |
| message | No | Comment message explaining the suggestion (optional) | |
| suggestedCode | Yes | The suggested code | |
| parentId | No | Parent comment ID for replies |