HI All
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:03 AM
Hi All,
'x' person is in the' ABC' group.
but no ticket should go to him
how to ratify this problem
Thanks ADV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:39 AM
Hi @basha shaik ,
It is for catalog task, please try do modification in the workflow or flow designer when the task (SCTASK) create , there you can specify the assignment group & assign to base on your custom conditions.
Next, incident use Client Callable Script Include and Client Script to auto populate the assignment group & assign to .
Please mark my answer as Accepted as Solution & hit Helpful button if it helped you.
Thanks
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:45 AM
Hi @basha shaik
It is for catalog task, please try do modification in the workflow or flow designer when the task (SCTASK) create , there you can specify the assignment group & assign to base on your custom conditions.
Next, incident use Client Callable Script Include and Client Script to auto populate the assignment group & assign to .
Please mark my answer as Accepted as Solution & hit Helpful button if it helped you.
Thanks
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:57 AM
Hi @basha shaik
you can add reference qualifier for this user_name != assignment_group.manager.(update according to your condition)
Thanks.
Mark this as helpful and correct if this helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:58 AM - edited 03-12-2024 12:58 AM
Hi @basha shaik you can create a before update BR
script:
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 01:05 AM
