Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation show success even if did not change any values

Urmo
Contributor
August 7, 2023

Hi

I notice that after i build If Else-if it show after run success even if this automation did not do anything. What i should write somehow different way to see correct value on status?

if else.png

then i can see that both success and not success is same status.

automation.PNG

What i should change on else if?

1 answer

0 votes
Avinash Bhagawati _Appfire_
Community Champion
August 7, 2023

Hi @Urmo ,

You can validate the else if the condition that you have configured for the automation. For example, let's say ABC-1 is an issue, the automation status shows as success and fields are not updated here.

Write a JQL in the issue navigator something like. If the issue is returned then validation is okay, else you need to change the validation.

Key = ABC-1 AND issuetype = "Service Request" AND summary ~ "Hello"

Also, you can try configurations like below.

2023-08-07_19-09-35.png

 

Thanks,
Avinahs

Suggest an answer

Log in or Sign up to answer