search_issues
Search for GitLab issues using text queries or structured filters like assignee, author, labels, and state to find relevant project tasks.
Instructions
Search for issues with text search and/or structured filtering (assignee, author, labels, state). For filtering by assignee/author/labels without text search, leave searchTerm empty.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchTerm | No | Text search term (optional - leave empty to filter by assignee/author/labels only) | |
| projectPath | No | Optional project path (e.g., "group/project"). Omit for global search. | |
| state | No | Filter by issue state (opened, closed, all) | all |
| assigneeUsernames | No | Filter by assignee usernames (e.g., ["cdhanlon", "jsmith"]) | |
| authorUsername | No | Filter by author username (e.g., "cdhanlon") | |
| labelNames | No | Filter by label names (e.g., ["Priority::High", "bug"]) | |
| first | No | Number of issues to retrieve | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |