I want to create a trigger based event from Manage Engine to create a work item in ADO
IF Create in ADO (custom_field) = True then
create work item in ADO with “tile and description, priority, target date” sync’d; set work item to feature and status of New;
write back ADO URL link to me ticket
how do you write the triggers - there are no examples for the IF statement?