get_user_issues
Retrieve issues assigned to a specific user in GitLab projects using GraphQL filtering. Filter by state, project, and paginate results.
Instructions
Get all issues assigned to a specific user - uses proper GraphQL filtering for reliable results
Input Schema
TableJSON 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 | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |