Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | gitlab__create_issue |
| Group | Integrations |
{
"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."
}