gitlab-mcp-server

by yoda-digital
Verified

create_issue

Create a new issue in a GitLab project

Input Schema

NameRequiredDescriptionDefault
assignee_idsNo
descriptionNo
labelsNo
milestone_idNo
project_idNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "assignee_ids": { "items": { "type": "number" }, "type": "array" }, "description": { "type": "string" }, "labels": { "items": { "type": "string" }, "type": "array" }, "milestone_id": { "type": "number" }, "project_id": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }