Hi there,
I've set up my jira project as such:
- Each epic denotes a product
- Each project epic has various task issues under it that are created via automation
- Each task has a start date and due date
- Estimates/Story points fields are currently not in use, only the 2 date fields above
- Most tasks have dependencies on other tasks within the same epic
I'd like to set an automation that adjusts the start and due date of all dependent tasks based on the due date of a trigger task. For example:
- Epic A has 4 tasks within it, all with start and due dates set
- Task 1 is delayed, so I change the due date to 1 week later
- Task 2 is dependent on Task 1, so its start and due date is automatically pushed back 1 week
- Task 3 is dependent on Task 2, so its start and due date is automatically pushed back 1 week
- Task 4 is not dependent on any task above, so its start and due date remain unchanged
Is this possible to automate, and if so, what's the best way to do it? Is a paid app needed? I've tried using auto-schedule in advanced roadmaps, or playing around with automation and smart values, to no avail. Any guidance in this matter is appreciated!