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 Linear issue in a team
| Field | Value |
|---|---|
| Name | linear__create_issue |
| Group | Integrations |
{
"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."
}