Issues
Last updated
Last updated
The ID of the issue to delete.
The request ID for tracking.
The data payload of the response.
The request ID for tracking.
The ID of the issue to fetch.
The request ID for tracking.
The ID of the issue to update.
The ID of there user who should be assigned to this issue.
An array of custom fields to be used on this issue. Only passed in fields will be modified.
Whether the issue should be visible in the customer portal.
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.
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.
The ID of the team this issue should be assigned to.
The request ID for tracking.
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)
The cursor to use for pagination.
The number of issues to fetch. Defaults to 100. Must be greater than 0 and less than 1000.
The account that this issue belongs to.
The user the issue should be assigned to.
An array of attachment URLs to attach to this issue.
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)
An array of custom fields to be used on this issue.
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.
The requester that this issue is on behalf of.
The full name of the user that this issue is on behalf of.
An array of strings to use as tags on this issue. If provided, the issue tags will be updated to the given tags.
The ID of the team this issue should be assigned to.
The title of the issue.
The request ID for tracking.