if state is inprogress then shortdescrition should applied other wise it should Abort
if state is inprogress then shortdescrition should applied other wise it should Abort the action?var gr=new GlideRecord('incident');gr.addQuery('number','INC0000059');gr.query();if(gr.next()){ gr.state='2'; gr.short_description="if condition is...
