get_pull_request_tasks
Retrieve tasks and blockers for a pull request to identify pending work and review issues. Use with Bitbucket project key, repository slug, and pull request ID.
Instructions
Get tasks/blockers on a pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks to return | |
| start | No | Starting index for pagination | |
| projectKey | Yes | The Bitbucket project key | |
| pullRequestId | Yes | The pull request ID | |
| repositorySlug | Yes | The repository slug |