Linear

Generated from:

Create a POST request to the Linear GraphQL API to create a new issue

Request

POST

URL

https://api.linear.app/graphql

Headers

AuthorizationBearer {{LINEAR_API_TOKEN}}
Content-Typeapplication/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.