- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2024 10:11 AM
Team,
Using rest api explored I am posting a record in Incident form. After that I am running a business rule to update priority(updating impact and urgency) , assignment group fields etc.. But they are not updating. Please check below screenshots. Kindly let me know where i am faltering. There are no mandatory fields in the incident in my Dev env.
{
"caller_id":"1609",
"short_description":"Test on Dev instance",
"description":"Test on Dev instance",
"category":"iphone",
"subcategory":"Charging",
"u_store_id":"ABC"
}
But priority,assignment group (Not in pic), company, channel are not populating in incident form .
Note : i have created a new view and updating them in that view.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2024 10:26 AM
Hi @srinivasrao,
Have you explored Flow Designer and/or using a Webhook to trigger and set fields on the Incident Record?
We have steps in a Flow for our integration with Jira, and found it easier to set/update fields via Flow or Subflow.
Hope this helps,
Josh Pirozzi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2024 10:15 AM
@srinivasrao Could you please change the business rule from after to before and see if the fields get updated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2024 10:33 AM
I tried, but not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2024 10:20 AM
Hi @srinivasrao,
Is the business rule working when you are manually inserting an incident matching the trigger conditions ?
Is there any other business rule with similar trigger conditions ?
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2024 10:32 AM
Yes, manually its taking those values