create_issue
Create a new issue in a GitLab project with title, description, assignees, labels, and milestone assignment to track tasks and bugs.
Instructions
Create a new issue in a GitLab project
Input Schema
TableJSON 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 |