my_issues
List issues assigned to the currently authenticated user. Filter by project, state, labels, milestone, or search terms.
Instructions
List issues assigned to the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path (optional when GITLAB_PROJECT_ID is set) | |
| state | No | Return issues with a specific state (default: opened) | |
| labels | No | Array of label names to filter by | |
| milestone | No | Milestone title to filter by | |
| search | No | Search for specific terms in title and description | |
| created_after | No | Return issues created after the given time (ISO 8601) | |
| created_before | No | Return issues created before the given time (ISO 8601) | |
| updated_after | No | Return issues updated after the given time (ISO 8601) | |
| updated_before | No | Return issues updated before the given time (ISO 8601) | |
| per_page | No | Number of items per page (default: 20, max: 100) | |
| page | No | Page number for pagination (default: 1) |