create_issue
Create a GitLab issue in a specified project with title and optional fields for description, assignees, labels, milestone, type, and weight.
Instructions
Create a new issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| title | Yes | Issue title | |
| description | No | Issue description | |
| assignee_ids | No | Array of user IDs to assign | |
| labels | No | Array of label names | |
| milestone_id | No | Milestone ID to assign | |
| issue_type | No | The type of issue. One of issue, incident, test_case or task. | issue |
| weight | No | Weight of the issue (numeric, typically hours of work) |