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 Linear issue in a team
linear__create_issue
{ "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)" } }, "required": [ "teamId", "title" ], "description": "Input schema for the linear__create_issue tool." }