get_pull_request
Retrieve comprehensive pull request details including status, reviewers, commits, and metadata from Bitbucket Server to check progress, understand changes, and prepare for actions like merging or commenting.
Instructions
Retrieve comprehensive details about a specific pull request including status, reviewers, commits, and metadata. Use this to check PR status, review progress, understand changes, or gather information before performing actions like merging or commenting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Bitbucket project key. If omitted, uses BITBUCKET_DEFAULT_PROJECT environment variable. | |
| repository | Yes | Repository slug containing the pull request. | |
| prId | Yes | Unique pull request ID number (e.g., 123, 456). |