create_issue
Create a GitLab issue by providing a title, description, labels, assignee IDs, and milestone ID for a specific project.
Instructions
Create a new issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Issue title | |
| labels | No | Comma-separated list of labels | |
| project_id | Yes | Project ID or path | |
| description | No | Issue description | |
| assignee_ids | No | Array of user IDs to assign | |
| milestone_id | No | Milestone ID |