Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new issue in a project
gitlab__create_issue
{ "type": "object", "properties": { "projectId": { "type": "string", "description": "GitLab numeric project ID or raw namespace/project path" }, "title": { "type": "string", "description": "Issue title" }, "description": { "type": "string", "description": "Issue description" }, "labels": { "type": "string", "description": "Comma-separated labels" }, "assignee_ids": { "type": "array", "description": "GitLab user IDs to assign" } }, "required": [ "projectId", "title" ], "description": "Input schema for the gitlab__create_issue tool." }