REST API Incident creation setting priority to High.

Gus3
Kilo Contributor

I am creating an incident using Rest API, I am was not specifying a value for the priority field and it was automatically setting the priority as 2 - High. I then decided to specify the priority as 4 - Low, it isn't acknowledging my value, it keeps setting it as 2 - High. What am I doing wrong?

 

find_real_file.png

1 ACCEPTED SOLUTION

Matthew Glenn
Kilo Sage

I'm not sure what you're instance config looks like, so this is really a shot in the dark. 

Do you have any Business Rules or Priority Lookup Rules in place that may be overriding what you're doing here?

View solution in original post

3 REPLIES 3

dvp
Mega Sage
Mega Sage

Priority value is determined by impact and urgency field

Here is the mapping

find_real_file.png

 

Try passing impact and urgency and see if that solves your issue

Matthew Glenn
Kilo Sage

I'm not sure what you're instance config looks like, so this is really a shot in the dark. 

Do you have any Business Rules or Priority Lookup Rules in place that may be overriding what you're doing here?

Thanks Matthew! It actually turned out to be a Business Rule causing my problem.