I have an automation in which if an Epic is created, it creates various Tasks/SubTasks. I would like to have the due dates of these tasks as a function of the Epic Due date (Epic due date - 2 weeks, 5 days, etc.)
Hi Nicole - Welcome to the Atlassian Community!
When you create the various Tasks/Sub-tasks, you can copy the Due Date down from the Epic to the children.
Add the Due Date to the new issue you are creating in the Create Issue new action of the rule.
Then click on the 3 dots beside the Due Date field
Then Chose Copy from
It will who Copy Due Date from Current issue - but you can click on the words Current Issue which will open another drop down where you can select Trigger issue.
So it will look something like:
Thanks, but I am looking to make the date a function of the Epic due date. So like Epic Due date minus 2 weeks, or 2 days, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{{triggerIssue.duedate.minusDays(2)}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just paste that in the field where it currently says it will be cleared.
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.
Should work with Weeks, Years, etc. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show us what you have in that rule so far?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This goes on quite a bit, but each task which is created should have a due date relative to the Epic's due date
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.