Skip to main content
Create a new Linear issue in a team

Tool details

FieldValue
Namelinear:create-issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "teamId": {
      "type": "string",
      "description": "Team ID"
    },
    "title": {
      "type": "string",
      "description": "Issue title"
    },
    "description": {
      "type": "string",
      "description": "Issue description (markdown)"
    },
    "priority": {
      "type": "number",
      "description": "Priority (0=none, 1=urgent, 2=high, 3=medium, 4=low)"
    },
    "end_user_id": {
      "type": "string",
      "description": "End-user ID for per-user OAuth token resolution"
    }
  },
  "required": [
    "teamId",
    "title"
  ],
  "description": "Input schema for the linear:create-issue tool."
}

Output schema

This tool does not publish an output schema.