Generated from:
Create a POST request to the Linear GraphQL API to create a new issue
URL
https://api.linear.app/graphql
Headers
| Authorization | Bearer {{LINEAR_API_TOKEN}} |
|---|---|
| Content-Type | application/json |
Body
{"query":"mutation { issueCreate(input: { title: \"New Issue Title\", description: \"Description of the issue.\", teamId: \"{{TEAM_ID}}\", projectId: \"{{PROJECT_ID}}\" }) { issue { id title description } } }"}
This request was generated from:
Create a POST request to the Linear GraphQL API to create a new issue
Generate your own →Type any API. Get a production-ready request. No login required.