Resolved! Make fields mandatory using UI action
current.state = -5; current.type = "emergency"; g_form.setMandatory('category', true); g_form.setMandatory('cmdb_ci', true); g_form.setMandatory('priority', true); g_form.setMandatory('risk', true); g_form.setMandatory('impact', true); g_form.setMand...

