get_pull_request_detail
Retrieve detailed information for a specific pull request by providing the project key, repository slug, and pull request ID.
Instructions
Get detailed information about a specific pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) | |
| pullRequestId | Yes | The pull request ID |