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

remediationSummary

Examples

type RemediationSummary {
  pullRequests: RemediationPrSummary!
  tickets: RemediationTicketSummary!
  fixability: RemediationFixability!
  deployGap: Int!
}

Fields

Field
Description
Supported fields

total Int! merged Int! open Int! draft Int!

total Int! done Int! inProgress Int! blocked Int!

fixableIndicators Int! totalIndicators Int! downgradeOnly Int!

deployGap Int!

References

Fields with this object:

Last updated