Issue tracking and project management via GraphQL
https://api.linear.app/graphql
/graphql
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | Team ID to list issues for |
| first | integer | optional | Max number of issues to return (default 50) |
/graphql
| Param | Type | Required | Description |
|---|---|---|---|
| issueId | string | required | Issue UUID or identifier, e.g. ENG-123 |
/graphql
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | Team ID the issue belongs to |
| title | string | required | Issue title |
| description | string | optional | Issue description (markdown) |
| assigneeId | string | optional | User ID to assign the issue to |
| priority | integer | optional | Priority: 0=None, 1=Urgent, 2=High, 3=Normal, 4=Low |
/graphql
| Param | Type | Required | Description |
|---|---|---|---|
| issueId | string | required | Issue UUID or identifier, e.g. ENG-123 |
| title | string | optional | New issue title |
| description | string | optional | New issue description (markdown) |
| stateId | string | optional | Workflow state ID to move the issue to |
| assigneeId | string | optional | User ID to assign the issue to |
| priority | integer | optional | Priority: 0=None, 1=Urgent, 2=High, 3=Normal, 4=Low |
/graphql
| Param | Type | Required | Description |
|---|---|---|---|
| issueId | string | required | Issue UUID or identifier, e.g. ENG-123 |
| body | string | required | Comment body (markdown) |
/graphql
| Param | Type | Required | Description |
|---|---|---|---|
| first | integer | optional | Max number of projects to return (default 50) |
/graphql
| Param | Type | Required | Description |
|---|---|---|---|
| first | integer | optional | Max number of users to return (default 50) |