severityChangedReason
Information describing the reason why severity changed for an issue.
Examples
type SeverityChangedReason {
changeNumber: Float
withoutAutoNumbering: Boolean
evidenceLabel: String
reason: String
shortName: String
changeCategory: String
extraInfo: [SeverityChangedExtraInfo]
extraInfoContainer: [ExtraInfoContainer]
}
Fields
changeNumber Float
Numerical value representing the amount of severity change
withoutAutoNumbering Boolean
Indicates if numbering should be skipped for automatic sequence
evidenceLabel String
Label for the evidence supporting the severity change
reason String
Description or explanation for the severity change
shortName String
Short name or identifier for the reason
changeCategory String
Category of the change for organizational purposes
extraInfo [SeverityChangedExtraInfo]
Additional detailed information related to the severity change
key String
value String
link String
snippet SnippetInfo
iconLink String
callBranch [String]
extraInfoContainer [ExtraInfoContainer]
Containers with extra contextual information
layerSha String
layerNum Int
artifactName String
sha String
registryName String
References
Fields with this object:
Last updated