Skip to main content
Get detailed information about a specific issue

Tool details

FieldValue
Namegitlab__get_issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "projectId": {
      "type": "string",
      "description": "GitLab numeric project ID or raw namespace/project path"
    },
    "issueIid": {
      "type": "number",
      "description": "Project-local issue IID"
    }
  },
  "required": [
    "projectId",
    "issueIid"
  ],
  "description": "Input schema for the gitlab__get_issue tool."
}

Output schema

This tool does not publish an output schema.