Create issue
gitlab_create_issueCreate a GitLab issue with required title, plus labels, markdown description, assignees, due date, and more. Specify project by ID or URL-encoded path.
Instructions
Creates an issue in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| labels | No | ||
| epic_id | No | Premium: attach to an epic | |
| due_date | No | YYYY-MM-DD | |
| issue_type | No | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| description | No | Markdown body | |
| assignee_ids | No | ||
| confidential | No | ||
| milestone_id | No |