Issues
Last updated
Was this helpful?
Last updated
Was this helpful?
Get a list of issues
/issues
The start time (RFC3339) of the time range to get issues for. The duration between start_time and end_time must be less than or equal to 30 days.
The end time (RFC3339) of the time range to get issues for. The duration between start_time and end_time must be less than or equal to 30 days.
Create a new issue
/issues
The account that this issue belongs to.
The user the issue should be assigned to.
The HTML content of the body of the issue.
Timestamp of when the issue was created. If not specified, the current time will be used. (RFC3339)
The priority of the issue. Can be one of: urgent, high, medium, or low.
The URL of an avatar of the requester.
The email of the user that this issue is on behalf of. Include one of requester_id or requester_email to create an issue with a requester.
The requester that this issue is on behalf of. Include one of requester_id or requester_email to create an issue with a requester.
The full name of the user that this issue is on behalf of.
The ID of the team this issue should be assigned to.
The title of the issue.
An array of attachment URLs to attach to this issue.
An array of custom fields to be used on this issue.
An array of strings to use as tags on this issue. If provided, the issue tags will be updated to the given tags.
Get an issue by its ID/number
/issues/{id}
The ID or number of the issue to fetch.
Update an existing issue
/issues/{id}
The ID of the issue to update.
The ID of there user who should be assigned to this issue.
Whether the issue should be visible in the customer portal.
The ID of the requester that this issue is on behalf of.
The state this issue should be moved to. Can be one of new, waiting_on_you, waiting_on_customer, on_hold, closed, or a custom status.
The ID of the team this issue should be assigned to.
An array of custom fields to be used on this issue. Only passed in fields will be modified.
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.
Delete an existing issue
/issues/{id}
The ID of the issue to delete.
Currently, the following fields are filterable for issues:
created_at (in RFC3339 format)
account_id
ticket_form_id
requester_id
state
custom fields (pass in the slug of the custom field)
tags (pass in the tag name)
/issues/search
The cursor to use for pagination.
The number of issues to fetch. Defaults to 100. Must be greater than 0 and less than 1000.