get_pull_requests
Retrieve pull requests from a Backlog repository with optional filters by status, assignee, issue, or creator.
Instructions
Returns list of pull requests for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| repoId | No | Repository ID | |
| repoName | No | Repository name | |
| statusId | No | Status IDs | |
| assigneeId | No | Assignee user IDs | |
| issueId | No | Issue IDs | |
| createdUserId | No | Created user IDs | |
| offset | No | Offset for pagination | |
| count | No | Number of pull requests to retrieve | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |