How to update automatically the incident state from "On Hold" to "In Progress" when a caller updates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023 08:56 AM
Hi,
Usually, Ticket assignment group members put ticket state as "On Hold" when they need some feedback from Caller. So
how to update automatically the incident state from "On Hold" to "In Progress" in ServiceNow when a caller updates the comments through email.
Thank you in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023 09:34 AM
Hi @Hari S1
You can create or update an existing Inbound Email Flow to update the record if the email is a reply coming from the Caller that will update the comments of the email and move the State back to In Progress.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023 09:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 08:55 PM
Hi Jaspal,
Is this possible to achieve the same with Business rule?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023 11:35 AM - edited 05-04-2023 11:36 AM
As (for the most part) customers only have access to update the Additional Comments, you can create an "update" business rule with conditions such as:
additional comments changes
state is on hold
Then in the Actions set it to do the following:
state to in progress