We are creating parent issues with subtasks.
All our issues have:
- A Start date
- An Original estimate
- A Due date
Some of our issues are linked to other issues.
I am looking for a solution which will make planning a lot easier.
I want to use automation to achieve the following:
- If an issue's start date is modified, it's Due date should be modified to a new date corresponding to the new start date + Original Estimate.
- Linked issues (Blocked) with the status "To do" should also have their start and Due dates modified in the same fashion.
- Linked issues (Blocked) with any status other than "To do" should have their Due date modified and their original estimate modified to the time between their Start date and the new Due Date.
- Finally, if the trigger issue is a Subtask, the Parent's Due date should be modified to correspond with the Due date of the subtask with the latest Due date. (So this needs to find the due dates of the siblings and identify the latest date)
I don't know if this can all be put into one automation rule.... but hopefully someone has an idea on how to fix this.