POST
/
api
/
v1
/
issues
/
{issueId}

Authorizations

Authorization
string
header
required

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

Path Parameters

issueId
string
required

Query Parameters

teamId
string
required

Body

application/json
assigneeId
string
attachments
string[]
description
string
dueDate
string
estimate
number
isBidirectional
boolean
issueRelation
object
labelIds
string[]
parentId
string
priority
number
sortOrder
number
sourceMetadata
object
stateId
string
subIssueSortOrder
number
subscriberIds
string[]
title
string
userId
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