When any incident will be assign to any particular group the state should automatically changed

Sohini Kar
Tera Expert

When any incident will be assign to any particular group the state should automatically changed to "opened".

Do we need to write Business rule or Client script? I am new in Servicenow so I get confused between these two,

2 REPLIES 2

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @Sohini Kar ,

 

Create a after update business rule :

 

Condition : Assignment group is 'your_x_group'

Set value : State is 'in Progress'.

 

save and test...


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

I know the condition is correct. But it is still not working.