Hello,
I want to change the due date of all stories under epic if any of the story due date changes.
Scenario: I have Epic-1, Story-1, Story-2, Story-3, Story-4
If the Story-2 due date changes, automatically Story-1, Story-3 and Story-4 due date has to be updated with the Story-2 due date Plus 3 days.
But the Story-2 due date should not be updated with value plus 3 days.
This should work:
---
A few notes on this rule...
---
Some other information I'd consider for your logic:
Additional information is good here as there's lots of avenues you could go down :)
---
Let us know what you think!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, glad it works for you!
If this answer helped, could you accept it?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Ste Wright ,
I have one more requirement.
1. Story points = 3 and this increased to 5
2. Due date = 22/Nov/2023
The due date should be updated with the Due date of the current Story(22/Nov/2023) and the Story point increased(2).
3. Due date = 24/Nov/2023.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Story Points requirement is a little more complex.
You'd have to be careful with this rule, as a reduction in Story Points below 0 will still be entered via Automation - which Story Points does not allow manually. That could have abnormal impacts on your reports, etc.
I've added an IF/ELSE rule below to manage for that (using Branches).
---
The rule might look like this:
---
A few notes...
I've just included Story Points above as an example, you can combine the two rule parameters together as required - eg.
---
Let us know if this works for you :)
Ste
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.