latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

issues

Snooze an issue

Snoozes an issue until the specified date and time.

Rate limit: 20 requests per minute

post/issues/{id}/snooze

Path parameters

idstring required

The ID or number of the issue to snooze.

Request body

snooze_untilstring required

The date and time to snooze the issue until. (RFC3339)

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "business_hours_time_in_status_seconds": {
      "new": 120,
      "waiting_on_customer": 1800
    },
    "custom_fields": {
      "priority": {
        "value": "high"
      }
    },
    "state": "new",
    "time_in_status_seconds": {
      "new": 120,
      "waiting_on_customer": 3600
    }
  }
}