Path Parameters

id
string
required

The ID of the issue to update.

Body

application/json
assignee_id
string

The ID of there user who should be assigned to this issue.

custom_fields
object[]

An array of custom fields to be used on this issue. Only passed in fields will be modified.

state
string

in: body The state this issue should be moved to. Can be one of open, waiting_on_you, waiting_on_customer, on_hold, or closed.

tags
string[]

An array of strings to use as tags on this issue. If provided, the issue tags will be updated to be exactly the given tags.

team_id
string

The ID of the team this issue should be assigned to.

Response

200 - application/json
data
object
errors
string[]

The list of errors, if any.

pagination
object
request_id
string

The request ID for tracking.