create_issue
Create a new issue in a GitLab project by specifying the project ID and title, with optional labels, description, assignees, and milestone.
Instructions
Create a new issue in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Issue title | |
| labels | No | Array of label names | |
| project_id | Yes | Project ID or URL-encoded path | |
| description | No | Issue description | |
| assignee_ids | No | Array of user IDs to assign | |
| milestone_id | No | Milestone ID to assign |