For the complete documentation index, see llms.txt. This page is also available as Markdown.

incidentSettings

Examples

type IncidentSettings {
  allowManualClosure: Boolean!
  autoCloseWhenResolved: Boolean!
  cleanDaysBeforeClose: Int!
  autoReopenOnNewHit: Boolean!
  watchWindowDays: Int!
}

Fields

Field
Description
Supported fields

allowManualClosure Boolean!

autoCloseWhenResolved Boolean!

cleanDaysBeforeClose Int!

autoReopenOnNewHit Boolean!

watchWindowDays Int!

References

Fields with this object:

Last updated