gitlab_create_issue
Create a GitLab issue in a project by providing a title and optional description, labels, and assignees to capture and organize work.
Instructions
Creates an issue (POST /projects/:id/issues).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| labels | No | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. | |
| assigneeIds | No | ||
| description | No |