- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 11:45 PM
Hi All,
Any one please help me to write a BR
- If state changes from Resolved to In Progress
- AND assignment group = ABC
- Update the assignment group to XYZ
As a user when I re-open my incident that was assignment to ABC Group, the incident gets assigned to XYZ.
Thanks,
Deepika
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 12:03 AM
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 01:17 AM
Yes can do with scripts also.
In business rule click on advanced checkbox and then in the script section you can mention as
current.assignment_group = "SYS_ID_OF_GROUP";
current.update();
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 12:03 AM
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 12:58 AM
Hi @Prince Arora ,
Thank you so much it's working but i need one doubt can we go with scripts also right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 01:17 AM
Yes can do with scripts also.
In business rule click on advanced checkbox and then in the script section you can mention as
current.assignment_group = "SYS_ID_OF_GROUP";
current.update();
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.