Issue API
Create issue
POST
/
api
/
v1
/
issues
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
title
string
requireddescription
string
requiredstateId
string
requiredteamId
string
requiredpriority
number
dueDate
string
sortOrder
number
estimate
number
subIssueSortOrder
number
labelIds
string[]
assigneeId
string
parentId
string
subscriberIds
string[]
linkIssue
object
issueRelation
object
attachments
string[]
subIssues
object[]
linkIssueData
object
sourceMetadata
object
Response
200 - application/json
id
string
createdAt
string
updatedAt
string
deleted
string | null
title
string
number
integer
description
string | null
priority
integer | null
dueDate
string | null
sortOrder
integer | null
subIssueSortOrder
integer | null
estimate
integer | null
sourceMetadata
object | null
isBidirectional
boolean | null
teamId
string
createdById
string | null
updatedById
string
subscriberIds
string[]
assigneeId
string | null
labelIds
string[]
stateId
string
parentId
string | null
attachments
string[]
issueSuggestionId
string | null
Was this page helpful?