Hi All
We use the due-date feature a lot.
But sometimes say there are three tasks and all three dependent on each other. When there is a delay in first it causes a ripple effect on 2nd and 3rd.
How can we configure JIRA to automatically update the due-dates for 2nd and 3rd issue?
I am aware of the gantt chart plugin but is there away of doing it natively within jira?
Rahul
Community moderators have prevented the ability to post new answers.
One way would be to implement an issue listener that monitors a task for change in due date and then if it detects a change it gets all dependent tasks and updates their due dates.
If you have Script Runner or JJUpin you should be able to quickly add a scripted listener to do that. I'm also assuming that the dependency between the tasks is expressed in some way i.e. issue links.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.