Object
UpdateIssueRecordSeverityInput
Specifies the issue record to update and the new severity to apply.
Fields
id():
ID!
The ID of the issue record whose severity should be changed.
severity():
Severity!
The new severity to apply to the issue record.
note():
String
An optional note describing why the severity was changed, recorded against the change.
allow_scan_override():
Boolean
Whether future scans may overwrite this issue record's severity. Defaults to false when omitted —
a user-set severity is left untouched by scans unless this is explicitly true.