While creating incident thriugh API, description field is not getting capturedIssue While creating incident through API, description field is not getting capturedCauseThe user is not having the role on description field : sn_incident_write. So User is unable to add the description in the incident via API.Resolution1. Create a new ACL on incident description field. 2. Add the script with if condition if the user is having the role as : sn_incident_write, return true, else return false.