Create GitLab issue
create_issueCreate a GitLab issue in a specified project. Set the title, description, labels, assignees, milestone, due date, and confidentiality level.
Instructions
Create a GitLab issue with optional description, assignees, labels, milestone, due date, and confidentiality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| labels | No | ||
| weight | No | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| due_date | No | ||
| issue_type | No | ||
| description | No | ||
| assignee_ids | No | ||
| confidential | No | ||
| milestone_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |