Skip to main content
Glama

update_issue

Modify GitLab project issues by updating titles, descriptions, assignees, labels, due dates, milestones, confidentiality settings, and issue states.

Instructions

Update an issue in a GitLab project

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or URL-encoded path
issue_iidYesThe internal ID of the project issue
titleNoThe title of the issue
descriptionNoThe description of the issue
assignee_idsNoArray of user IDs to assign issue to
confidentialNoSet the issue to be confidential
discussion_lockedNoFlag to lock discussions
due_dateNoDate the issue is due (YYYY-MM-DD)
labelsNoArray of label names
milestone_idNoMilestone ID to assign
state_eventNoUpdate issue state (close/reopen)
weightNoWeight of the issue (0-9)

Input Schema (JSON Schema)

{ "properties": { "assignee_ids": { "description": "Array of user IDs to assign issue to", "items": { "type": "number" }, "type": "array" }, "confidential": { "description": "Set the issue to be confidential", "type": "boolean" }, "description": { "description": "The description of the issue", "type": "string" }, "discussion_locked": { "description": "Flag to lock discussions", "type": "boolean" }, "due_date": { "description": "Date the issue is due (YYYY-MM-DD)", "type": "string" }, "issue_iid": { "description": "The internal ID of the project issue", "type": "number" }, "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 URL-encoded path", "type": "string" }, "state_event": { "description": "Update issue state (close/reopen)", "enum": [ "close", "reopen" ], "type": "string" }, "title": { "description": "The title of the issue", "type": "string" }, "weight": { "description": "Weight of the issue (0-9)", "type": "number" } }, "required": [ "project_id", "issue_iid" ], "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