get_pull_requests
Retrieve a list of pull requests for a repository by specifying project and repository details, with optional filters for status, assignee, or issue ID. Use this to monitor and manage code review progress.
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. |