Body

application/json
account_id
string

The account that this issue belongs to.

assignee_id
string

The user the issue should be assigned to.

attachment_urls
string[]

An array of image URLs to attach to this issue.

body_html
string
required

The HTML content of the body of the issue.

custom_fields
object[]

An array of custom fields to be used on this issue.

destination_metadata
object
priority
string

The priority of the issue. Can be one of urgent, high, medium, or low.

requester_avatar_url
string

The URL of an avatar of the requester.

requester_email
string

The email of the user that this issue is on behalf of.

requester_id
string

The requester that this issue is on behalf of.

requester_name
string

The full name of the user that this issue is on behalf of.

tags
string[]

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

team_id
string

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

title
string
required

The title of the issue.

Response

200 - application/json
data
object
errors
string[]

The list of errors, if any.

pagination
object
request_id
string

The request ID for tracking.