Hi, I have automation currently working which creates a list of sub-tasks with issue created as a project. The issue itself sets the start date and end date of the project.
Assuming sub-tasks are completed in a serial manner (eg sub-task 2 starts after sub-task 1 completed), is there anyway to auto-populate all sub-task dates and set duration for each sub-task when an issue/project is created?
sub-task 1 reads the start date of the project from issue start date , end date would be start date + 5 days (standard duration)
sub-tasks 2 start date is end date of sub-task 1, end date would be start date + 5 days (standard duration)
Thanks in advance.
(Jira service desk being used on Jira server).