User Issues
get_user_issuesRetrieve issues assigned to a specific user with optional filters by state, project, and pagination using GraphQL filtering.
Instructions
Get all issues assigned to a specific user - uses proper GraphQL filtering for reliable results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username to find issues for (e.g., "cdhanlon") | |
| state | No | Filter by issue state (opened, closed, all) | opened |
| projectPath | No | Optional: limit search to a specific project | |
| first | No | Number of issues to retrieve | |
| after | No | Cursor for pagination | |
| fetchAll | No | Fetch all pages up to 100 results | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |