I have a scheduled task automation that runs every quarter, with three sub-tasks in it that run smoothly. However, one sub-task needs to be delayed by one month from the time the task is created. Is there a way to change the time of generation of a specific subtask under a task?
Hi @Carl Alde,
Unfortunately, it's not possible to add a delay of one month to the create subtask action in an automation.
To solve this, you would either have to extend your existing automation with an If / Else condition to either create the first the 3 sub-tasks directly or - when the work items exist for a month, create the remaining sub-task.
Alternatively, you could create a second Automation that runs daily, weekly or monthly and contains a JQL that only finds your parent one month after creation, i.e. with a JQL query like: created $greaterThan -29d AND created $lessThan -30d
That would only return your issue when it's a month old and you could then use the Create sub-task action to create the remaining sub-task.
I hope I completely understood your requirement and this helps you fulfill it!
Greetings
Philipp
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.