Service Now Integration using REST

manju5
Tera Contributor

Hi,

 

I am passing the impact and urgency value from one instance to another instance using Rest integration but it is not updating in second instance. Could anyone help me please.

 

Thanks,

Manjunath

5 REPLIES 5

Omkar Kumbhar
Mega Sage
Mega Sage

Hello @manju5 ,

Can you please share your script. also, please in which instance what script you have written.

Also, did you checked the Authentication if it is working fine. 

Test the rest message via postman tool.

 

Thank you,

Omkar

If I was able to help you with your case, please click the Thumb Icon and mark as Correct.

manju5
Tera Contributor

Hello @Omkar Kumbhar ,

I am passing the short description and description both are updating to another instance but impact and urgency is not updating and Authentication is working fine.

 

Thanks,

Manju

@manju5 Are you passing the backened values of impact and Urgency?

If I was able to help you with your case, please click the Thumb Icon and mark as Correct.

manju5
Tera Contributor

I am passing the dynamic value like "impact":"${impact}", 

In Business rule like request.setStringParameter('impact', current.impact);   I am passing like this but it's not updating.