my_issues
List issues assigned to the authenticated user, with filters for state and project. View open, closed, or all issues across GitLab.
Instructions
List issues assigned to the current authenticated user across all projects or a specific project.
Args: state: Filter by state: 'opened', 'closed', or 'all' project_path: Optional - filter to a specific project (e.g., 'group/project') per_page: Number of results per page (max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | opened | |
| per_page | No | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |