business rule not to run if ticket is updated by system

Jori
Giga Guru

i have a business rule to change status of ticket if additional comment changes and state is for example resolved.
i want only to open the ticket if the customer responds to the ticket. 
i also have flow to remind customer that if they do not reply to this ticket it will be closed.

i have before update BR with when to run conditions
state is resolved
updated by is not system
additional comment = changes

and action = state is open

for some reason this is still opening the cases when the flow is posting additional comment as system

how to fix this?

also tried updated by  does not contain "system"

3 REPLIES 3

Roshan Tiwari
Tera Guru

Hi @Jori

Try to use isInteractive(), I have shared the link for your reference below. Use it in Advanced condition block.

 

GlideSystem | ServiceNow Developers

hi,
so this requirement cannot be accomplished via condition builder? instead has to be scripted condition?

 

Yes, you can try with script condition.