I have a field called Type inside the Task module, which includes an option named Story. The requirement is that the Story should act as the parent task, and it will have multiple dependency tasks under it.
Now, when I create a task, I set the Expected Start Date as 15-06-2025 and the Expected End Date as 17-06-2025. Currently, in my ERP, if any of the dependency tasks go beyond the end date, they are marked as overdue.
But what I want is the Story (parent task) to be marked as overdue, not the dependency tasks.