create_issue
Create a GitLab issue by specifying the project namespace, repository, title, and optional body, labels, assignees, and milestone.
Instructions
Create a new issue in a GitLab repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue description/body | |
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| title | Yes | Issue title | |
| labels | No | Array of label names | |
| assignees | No | Array of usernames to assign | |
| milestone | No | Milestone ID or title |