query_changes
Retrieve Gerrit changes matching a query by status, project, owner, or reviewer. Returns a list of review items for further inspection.
Instructions
Query Gerrit changes using Gerrit's query syntax. Returns a list of changes matching the query. Common queries: 'status:open', 'status:merged', 'project:myproject', 'owner:self', 'reviewer:self', 'is:watched'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| query | No | Gerrit query string (e.g. 'status:open', 'project:myproject') | status:open |
| start | No | Offset for pagination | |
| options | No | Additional options (e.g. 'CURRENT_REVISION', 'DETAILED_ACCOUNTS') |