The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Delay creation of sub-tasks under a task that runs every quarter in automation

Carl Alde
March 19, 2025

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?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Philipp Sendek _catworkx_
Community Champion
March 20, 2025

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

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events