create_issue_tool
Create a new GitLab issue in a specified project by providing a title, optional description, labels, assignees, milestone, and confidentiality settings.
Instructions
Create a new issue in a GitLab project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Issue title | |
| labels | No | Comma-separated label names | |
| project_id | Yes | Project ID or path | |
| description | No | Issue description (Markdown) | |
| assignee_ids | No | User IDs to assign | |
| confidential | No | Whether the issue is confidential (default: false) | |
| milestone_id | No | Milestone ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||