Skip to main content
Glama

create_issue

Create a new issue in a GitLab project with title, description, assignees, labels, and milestone assignment to track tasks and bugs.

Instructions

Create a new issue in a GitLab project

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or complete URL-encoded path to project
titleYesIssue title
descriptionNoIssue description
assignee_idsNoArray of user IDs to assign
labelsNoArray of label names
milestone_idNoMilestone ID to assign

Input Schema (JSON Schema)

{ "properties": { "assignee_ids": { "description": "Array of user IDs to assign", "items": { "type": "number" }, "type": "array" }, "description": { "description": "Issue description", "type": "string" }, "labels": { "description": "Array of label names", "items": { "type": "string" }, "type": "array" }, "milestone_id": { "description": "Milestone ID to assign", "type": "number" }, "project_id": { "description": "Project ID or complete URL-encoded path to project", "type": "string" }, "title": { "description": "Issue title", "type": "string" } }, "required": [ "project_id", "title" ], "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/harshmaur/gitlab-mcp'

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