I want to see all the recurring weekly task and its corresponding sub-tasks on my calendar view all at once.
Scenario:
Task 1 is with Due Date of 8/11 with 2 of 3 sub-tasks are with Due date of 8/4 and 3 of 3 sub-task is with Due Date of 8/3
When I look into my calendar view, I wanted to see that every Monday from now till end of the 2025, I can see that same task/sub-tasks entries already been created.
Can someone help me how I can make it possible in Jira Automation? I tried recurring task option, but it only has limited functionality.
Hi @Alma ,
How do you know if a task is a recurring task?
If you create a recurring task you might label it (with e.g. recurring), then you can also query on all recurring tasks. This can be done with automation, you just need to figure out when you want to create a new task. You can choose to create each week a new task or create every month 4 tasks (one for each week).
So take a look at automation for Jira with a scheduled trigger.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.