inbound action

tGhadage
Tera Contributor

Hi Guys, 

 

else if (email.origemail.indexOf("Tushar.Ghadage@latticesemi.com") > -1 && email.subject.indexOf("Fw: GL   Workbench New Extract Refresh Failed") > -1) {
        current.impact = 2;
        current.urgency = 2;
        current.priority = 2;
        current.short_description= email.subject;
    } 
 
this is else if condition where i am creating p2 incidents but p4 are getting created can you please guide me!!!!
2 REPLIES 2

Ramkumar Thanga
Mega Sage

Hi @tGhadage  

 

The impact and urgency should be based on the priority index.

You can find it under "Priority Data lookups" module available under System policy.

Just cross investigate it whether the priority is 2 when urgency and impact is 2.

 

Thanks!
Ram

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @tGhadage  

 

I think you raised similar issue earlier as well better just set the impact and urgency and priority will come base don that. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************