get_pull_request_activities
Retrieve pull request activity including comments, approvals, merges, reviews, and updates. Filter by activity type to focus on specific events.
Instructions
Get activity on a pull request including comments, approvals, merges, reviews, and updates. Can filter by activity types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 25) | |
| start | No | Starting index for pagination (default: 0) | |
| projectKey | Yes | The Bitbucket project key | |
| pullRequestId | Yes | The pull request ID | |
| repositorySlug | Yes | The repository slug |