pylon_snooze_issue
Temporarily hide an issue until a specified date/time for follow-up later, such as when waiting for customer response or scheduling maintenance.
Instructions
Temporarily hide an issue until a future date/time. Use this for issues that cannot be worked on now but need follow-up later (e.g., waiting for customer response, scheduled maintenance, feature release).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ID of the issue to snooze. Example: "issue_abc123" | |
| until | Yes | Date and time when issue should reappear (ISO 8601 format). Examples: "2024-01-15T09:00:00Z" (specific date/time), "2024-01-20T00:00:00Z" (beginning of day) |