Is there a way to enable the parent issue (whether this is a task or an epic) to pick up the start date and due date from its own children issues ?
I read the page bellow, but in my case when I set the due date and the start date for a task in a epic, it's own timeline remains empty.
https://support.atlassian.com/jira-software-cloud/docs/add-issues-to-epics-on-the-roadmap/
Hey @Vincent Leconte
This is a great question and you'll need to dive into Automation for this one to work. You can find automations by going to Project Settings > Automation.
Here is a basic automation rule that could do this for you:
Repeat steps 3-5 but for "End date" and the condition should be "less than". This will make sure that the Parent ticket always has the earliest start date from all children, and the latest end date from all children.
Thanks so much for your help, everything works perfectly.
Now I want to go deeper, and modify a task AND an epic when I set up the date for a sub-task, could you help me with that ?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.