Is it possible to create a major incident using REST API?Issue Using REST API Explorer, when tried to create the major incident BY using the POST method and setting "major_incident_state" = "accepted" but it just created a normal incident record. ReleaseALLCauseAs the "major_incident_state" Field is read-only at table level, We have a ACL that is blocking to edit the fieldResolutionWorkaround: 1. As the ACL:incident.major_incident_state has the role : nobody, We would suggest edit the ACL records with preferred roles instead of role nobody instead of disabling the ACL.