Create Issue
gitlab_create_issueCreate a new issue in a GitLab project by providing a project ID and title, plus optional fields for description, labels, assignees, milestone, and confidentiality.
Instructions
Create a new issue in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of an issue | |
| labels | No | Comma-separated label names for an issue | |
| projectId | Yes | The ID or URL-encoded path of the project | |
| description | No | The description of an issue | |
| assignee_ids | No | The IDs of the users to assign the issue to | |
| confidential | No | Set an issue to be confidential | |
| milestone_id | No | The global ID of a milestone to assign issue to |