get_pull_request
Fetch detailed information about a specific pull request from Backlog, using its number and optional repository or project identifiers.
Instructions
Returns information about a specific pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Pull request number | |
| repoId | No | Repository ID | |
| repoName | No | Repository name | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') |