I am wanting to know if automation can work in this scenario:
or
@John Funk Any info you can provide would be much appreciated!
Hi Lesly - thanks for creating a new question!
1. Create an Automation rule with a Field Value Changed trigger.
2. Select Due Date field and save.
3. Add a Branch rule/ Related issues component and select Sub-tasks and save.
4. Add a New Action component under the branch.
5. Select Edit Issue
6. Select Due Date
7. In the value field put in {{triggerIssue.duedate.plusDays(14)}}
Be sure to run a test scenario!!
Thank you so much for the quick reply and the step by step instructions! I will try this out and let you know how it goes :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Funk ,
So I followed the steps and was able to get the rule to execute. However, I ran into a date issue.
In the case above, the End Date on the parent is set to Feb 1, 2021. So, I would expect the Due Date on the Sub-task to say Nov 9, 2020 based on the 12 week period. But it kept saying Aug 17, 2020. Do you happen to know what error I made here?
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Lesly - You said the "End Date" is Feb 1, 2021, but your rule is using the "Due Date' of the parent. Do you have both fields? And what are the values for those? Are you really wanting to use End Date? If so then just sub that out in your rule for Due Date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right now I have End Date and Due Date both set to Feb 1, so in this case it shouldnt matter. It still gives me the incorrect 12 weeks date of Aug 17.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, but I can't troubleshoot further without seeing your data. You should probably go ahead and open a support ticket with Atlassian. Please post the solution back here so we can close this one out.
https://support.atlassian.com/contact/#/
It wouldn't let me add a new answer, so lets try an edit here:
Try: {{issue.parent.End Date.jiraDate}}
Where End Date is the exact name of the field, including case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Funk,
Is it possible to use this configuration? (see screenshot). If yes, what do I need to put into the due date box to have it trigger from the parent's End Date field?
Thanks! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How would you handle this if you have an LOE that is the additional days for the due date vs just based on the trigger date?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you be more specific?
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.