create_issue
Create new issues in GitLab projects to track bugs, tasks, or incidents with titles, descriptions, assignees, labels, and milestones.
Instructions
Create a new issue in a GitLab project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | 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 |