I am working on generating tasks automatically as an action in an epic, i would like to set a tasks due date based on the parent epic's due date. Everything I have tried is not working.
For a question like this, context is important for the community to help. Please post the following:
Kind regards,
Bill
You can use automation for jira and use smartvalue in duedate field. Ex if Tasks are created from the Epic.
{{triggerIssue.duedate.plusDays(14)}}
Automation smart values - date and time | Cloud automation Cloud | Atlassian Support
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need the due date of the child to be automatic set as the due date of the parent epic when the action is run. I don't think the above smart field won't work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You want the due date of the Task to be set as due date of the epic ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do yes, I have about 30 subtasks and maybe 10 of them need the due date to the same as the Epics due date, this action is run a week after the epic is created so I don't think the trigger issue works as the trigger is an action.
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.