Hi,
I'm looking for some help regarding automations of dates.
I'm creating an epic which is subsequently creating and task, that task is subsequently creating more tasks. So the epic is the parent of task 1, task 1 is the parent of task 2 and so on and so forth.
I'd like to add a due date to the epic (say 6 weeks in the future), but I'd like the subsequent task the epic creates to be due in 3 weeks. This would then need to carry on through the chain of tasks generated from each other. Is there a way I can automate population of due date in the tasks generated from the original epic?
All help greatly appreciated
Kind regards,
Gary
@Gary Gary! Hi mate.
Here is the plan:
1. Get the Parent DueDate as a single numerical value (days, weeks, minutes, seconds) : https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
2. Find how many child sub-sub-sub-sub childs that task has (you can use LookUp issues and .size)
3. Divide the number from Step 1 by the Step 2 number
4. Bingo! I wondered where I lost that Bingo card, it was under my keyboard..
Now you need to specify that the value you want to edit is in Days, Weeks, Minutes or whatever.
If my answer was helpful you can mark it as solution, if not you can ask for more help :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.