Skip to main content
POST
/
v1
/
linear_create_issue
linear_create_issue
curl --request POST \
  --url https://api.fetchbean.com/v1/linear_create_issue \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "teamId": "<string>",
  "title": "<string>",
  "description": "<string>",
  "assigneeId": "<string>",
  "stateId": "<string>",
  "priority": 2,
  "projectId": "<string>",
  "input": {}
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
teamId
string
title
string
description
string
assigneeId
string
stateId
string
priority
integer
Required range: 0 <= x <= 4
projectId
string
input
object

Response

Success

The response is of type object.