Forums

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

Project automation workflow is not working properly or am I missing something?

Edmond Melkomian
Contributor
July 8, 2019

I am trying to setup an automation workflow to email me the projects that are overdue by Monday morning.

So first I setup epics that are not done and the date has passed. It worked, but it also sent me the list of projects that are done.

So I added this week the status not done condition, but I get the same list again.

So I deleted both conditions (issue type equals epic and status not done) and added a multiple If condition (If issue type equals epic, status not done), but it's not letting me save this configuration with the error "Block can not be empty. You must either delete the block or add some children. The if block executes the actions within that block when the all specified conditions matches. Otherwise, the following else blocks will be evaluated."

I don't understand the logic, both conditions are set. Is it complaining about the missing else statement? Why do I need an else statement, I dont want to send anything otherwise.

1 answer

1 accepted

5 votes
Answer accepted
Edmond Melkomian
Contributor
July 8, 2019

I hate it that as soon as I post the question, I figure out the answer. If all match requires the then clause, it wants the then clause to be filled within the if block. 

I had the send email outside. Now it looks like a program logic, when, if then.

Andrew
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 7, 2024

Thanks bro.  This worked for me.

Eduardo Godinez July 15, 2024

thanks! Dragged the "Then" under the "If" and it worked :) 

Suggest an answer

Log in or Sign up to answer