Creating a Problem automatically when Incidents have been in Hold status for 14 days
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2025 10:36 AM - edited ‎01-23-2025 10:37 AM
Is it possible to create a business rule that would automatically create a Problem for any Incident that has been placed in Hold status for 14 days? Thanks!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2025 11:45 AM
I think this could be accomplished by doing the following:
- Creating a field, and respective business rule, on the incident that sets the current date when the record changes to "Hold".
- Creating a Scheduled Job that queries all incidents in "Hold" status to return any with the date field set 14 days from the current date, and generate the problem.