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

remediationTicketSummary

Examples

type RemediationTicketSummary {
  total: Int!
  done: Int!
  inProgress: Int!
  blocked: Int!
}

Fields

Field
Description
Supported fields

total Int!

done Int!

inProgress Int!

blocked Int!

References

Fields with this object:

Last updated