Skip to main content
Glama

gitlab-mcp-server

create_issue

Create a new issue in a GitLab project by specifying project ID, title, description, assignees, labels, and milestone. Streamline issue tracking and collaboration directly through the gitlab-mcp-server.

Instructions

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoda-digital/mcp-gitlab-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server