You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.