set incident status to 'hold' when problem is created from incident

Prasanth Alapa1
Kilo Contributor

Hi,

my criteria is to create a problem from an incident and when doing so,incident state has to change to 'hold' and when the problem is resolved   the incident state should also change to resolved.

Thanks in advance!!!!

1 ACCEPTED SOLUTION

dvp
Mega Sage
Mega Sage

1. Updated create a problem ui action on incident .. to change the state to Hold



2. Write a business rule on problem when the state of problem changes to resolved, update the related incidents.



You might also need to consider the scenario when the problem is tied to an incident manually, update the incident state to hold


View solution in original post

5 REPLIES 5

easiest possible way ( i think) add a field to Incident table called Related Problem or something to that effect, Then Business rule that says when Related Problem changes - change state of Incident to Hold...