search_issues
Search issues by full-text query within a GitLab project or group. Optionally filter by state for targeted results.
Instructions
Search issues by full-text query within a project or group. Maps to GET /:scope/:id/search?scope=issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Search scope: 'project' (id is numeric Project ID) or 'group' (id is group ID or full path). | |
| id | Yes | Project ID (numeric, as a string) or group ID/path | |
| query | Yes | Search query | |
| state | No | Filter by state |