- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 08:50 AM
Hi All,
How to route all orphaned tickets (assigned to groups / users who don't have roles) back to their original groups?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 04:20 AM
Do this via Flow Designer
Trigger
Schedule
Action
Look up for records
where Inc.assignemnet group is empty ( or as per conditions)
Logic
For each
Action
Update record
Assignment group = SD
For each record
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 03:21 AM
Yes @Kaleem Shaik
You can do but issue is if the incident is not assigned to any group then which group it should go. I.e. reason i mentioned, assign to SD.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 03:37 AM
can you please share me the script for to assigning the orphaned tickets to SD group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 04:20 AM
Do this via Flow Designer
Trigger
Schedule
Action
Look up for records
where Inc.assignemnet group is empty ( or as per conditions)
Logic
For each
Action
Update record
Assignment group = SD
For each record
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 09:18 PM
Hi Atul,
I have new requirement that is Tickets should not be assigned to groups that dont have these below roles: release_v2_admin & release_v2_user
for ex: features tickets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 03:33 AM
As guru suggested orphan ticket as assigned to SD group. If you wanted certain logic were you wanted to set the ticket assinged to perticular team you can use assignment lookup or in you wanted to set the assignement group based on CI support group you can create such logics too...
based on your business needs you can create multiple custom logs or OOTB logs to make sure you save your SLAs...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....