Incident tickets are being closed with empty "Close Notes"Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Users are able to set an Incident to Resolved without filling out the mandatory "Close Notes" field. Release London Cause Expected behaviour if the incident is being set to Resolved using the list view. When using any one of the UI actions "Close Incident" or "Resolve Incident" from the form view, there is an onSubmit client script which executes and set the "Close Code" / "Close Notes" to Mandatory. The list update do not trigger this Client script and the fields won't be made Mandatory onSubmit : https://<instance_name>.service-now.com/nav_to.do?uri=sys_script_client.do?sys_id=5f254623c0a8016600c9b86f18b348f0 Resolution As a workaround, you could either disable list edit or alternately create a data policy for this to set the close_notes and close_code to mandatory if the below condition is satisfied:state is one of resolved, closed