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

incidentSettingsInput

Examples

input IncidentSettingsInput {
  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