Incident Business rule

Deepika Ravindr
Tera Contributor

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

2 ACCEPTED SOLUTIONS

Prince Arora
Tera Sage
Tera Sage

@Deepika Ravindr 

 

PrinceArora_0-1690959733027.png

 

PrinceArora_1-1690959778214.png

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.

 

 

 

View solution in original post

Prince Arora
Tera Sage
Tera Sage

@Deepika Ravindr 

 

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.

View solution in original post

3 REPLIES 3

Prince Arora
Tera Sage
Tera Sage

@Deepika Ravindr 

 

PrinceArora_0-1690959733027.png

 

PrinceArora_1-1690959778214.png

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.

 

 

 

Deepika Ravindr
Tera Contributor

Hi @Prince Arora ,

Thank you so much it's working but i need one doubt can we go with scripts also right?

 

Prince Arora
Tera Sage
Tera Sage

@Deepika Ravindr 

 

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.