If ticket is assigned to inactive user, push the ticket back to open
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 06:53 AM
Hi,
If ticket is assigned to inactive user, push the ticket back to open / new state , remove the assigned to user, add a work note stating assigned to is inactive hence assigned back to the assignment group (Incident and Request)
How to achieve this ?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 06:56 AM
For a new ticket, an itil user cannot select an inactive user. For an existing ticket, you will need a business rule or flow on user table to trigger when Active changes to false. When that happens, query all records in task table which are assigned to this user and update fields in that record as needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 06:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 07:01 AM
User case: Existing employee left the company but didn't re-assign the tickets to peers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 07:07 AM
Can you help me to achieve this !