getIncidentRemediation
Examples
query GetIncidentRemediation($incidentId: String!) {
getIncidentRemediation(incidentId: $incidentId) {
summary {
pullRequests {
total
merged
open
draft
}
tickets {
total
done
inProgress
blocked
}
fixability {
fixableIndicators
totalIndicators
downgradeOnly
}
deployGap
}
pullRequests {
id
incidentId
itemType
externalId
title
provider
project
author
assignee
team
upgradeType
ciStatus
reviewStatus
state
resourceName
issueId
linkedIndicatorValues
url
isDeployed
eventAt
}
tickets {
id
incidentId
itemType
externalId
title
provider
project
author
assignee
team
upgradeType
ciStatus
reviewStatus
state
resourceName
issueId
linkedIndicatorValues
url
isDeployed
eventAt
}
byResource {
resourceName
pullRequest {
id
incidentId
itemType
externalId
title
provider
project
author
assignee
team
upgradeType
ciStatus
reviewStatus
state
resourceName
issueId
linkedIndicatorValues
url
isDeployed
eventAt
}
ticket {
id
incidentId
itemType
externalId
title
provider
project
author
assignee
team
upgradeType
ciStatus
reviewStatus
state
resourceName
issueId
linkedIndicatorValues
url
isDeployed
eventAt
}
netStatus
updatedAt
}
availableFixes {
issueId
title
severity
category
resourceName
appName
fixType
hitIndicatorValues
}
}
}Variables
Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
