I have an Epic with multiple User Stories, each with different due dates. The due dates for the User Stories are inherited from their associated Sprint's end dates (via automation as well)
What I would like to do is have the Epic’s due date automatically inherit the due date of its farthest User Story, meaning the latest due date of all the associated User Stories.
Does anyone know how to automate this process in Jira, so that when the due dates of the User Stories are set (via Sprint end dates), the Epic automatically updates its due date to reflect the farthest User Story due date?
Hi @Bachir AMMACHE -- Welcome to the Atlassian Community!
First thing, this scenario is a commonly asked question. I encourage you to search the community posts to find similar ones that already have suggested answers.
Doing that, you would learn this scenario cannot be solved with a single automation rule. Instead consider how accurately you want the Due Date value in the Epic to be as that will determine how many rules are needed and their triggers. For example, these events could lead to updating the date field:
Kind regards,
Bill
Hi @Bachir AMMACHE ! This is a great question!
One way you can solve this is with automation comparing the due dates. Would something like the following work for you? Of course you can add other IF statements like to check if it is in an active sprint, for example.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much for your reply , but it didn't work :(
That is what it is giving me (MPT-1766 is my epic)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you send a screenshot of your automation rule and verify what the current values are for your story and parent Epic?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I’ve attached a screenshot of my automation rule, which follows all the steps you provided. Additionally, I’ve included screenshots of my User Story details, showing that the Due date is inherited from Sprints, as well as a screenshot of my Epic view, where no changes are occurring for the Due date. I’ve also provided a view of my Plan Board for further context.
P.S if needed : the link between issues is done via a "Parent" field as you can see in the details .
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.