I'd like to:
Is this possible?
Hi @stringsonfire,
Sure, it's possible but you need to change the way you think about this. you will probably need to split the sub-tasks and the "blocked by" issues.
Your trigger should be "field value changed" for "start date", "end date".
filter for "sub task" types only.
then use "if-else" filtering
on the first if: add "Advanced compare condition" and compare {{issue.parent.start date}} greater than {{issue.start date}}.
if it passes, add a "branch" to "parent" and then add "edit issue" action to copy the start date from the trigger issue.
Then use "else" to check for "end date" the same.
If it works - create a 2nd automation for blocked issues (you can probably merge the 2 automation but it will require much more filtering)
That should work. Good Luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.