POST
/
api
/
v1
/
issues

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
description
string
required
stateId
string
required
teamId
string
required
title
string
required
assigneeId
string
attachments
string[]
dueDate
string
estimate
number
issueRelation
object
labelIds
string[]
parentId
string
priority
number
sortOrder
number
sourceMetadata
object
subIssues
object[]
subIssueSortOrder
number
subscriberIds
string[]

Response

200 - application/json
assigneeId
string | null
attachments
string[]
createdAt
string
createdById
string | null
deleted
string | null
description
string | null
dueDate
string | null
estimate
integer | null
id
string
isBidirectional
boolean | null
issueSuggestionId
string | null
labelIds
string[]
number
integer
parentId
string | null
priority
integer | null
sortOrder
integer | null
sourceMetadata
object | null
stateId
string
subIssueSortOrder
integer | null
subscriberIds
string[]
teamId
string
title
string
updatedAt
string
updatedById
string