added
Snoozing functionality for Issues and Occurrences
about 2 months ago by Mike Jarrett
Issues and Occurrences Endpoints
Added the ability to snooze issues and individual occurrences via the API. See Snoozing issues/occurrences help article for more information about snoozing.
New snoozing endpoints and fields:
- Snooze Issue: You can now snooze an issue and all its current and future occurrences.
- Snooze Occurrence: Individual occurrences can also be snoozed, allowing for granular suppression.
Snooze request fields:
reason
: The reason for snoozing (e.g.,ACCEPT_RISK
,FALSE_POSITIVE
,MITIGATING_CONTROLS
).details
: Optional details providing context for the snooze action.duration
: Optional duration for the snooze (e.g., 7).duration_type
: The unit for the duration (day
,week
,month
, orforever
).
For more information, see the API documentation for issues and occurrences.