I have an automation rule that created 5 sub-tasks under a task that is assigned to different users when a certain component is added. I would like for the target start/end dates to be the same as the trigger issue (originally created task). I've been able to use the "Additional fields" to assign target start/ends dates such as:
"Target start": "{{now.jiraDate}}", "Target end": "{{now.plusWeeks(4).jiraDate}}"
but I don't know the smart values I need to use to pull that date from the trigger issue. Any ideas?
{
"fields": {
"Target start": "{{triggerIssue.Target start}}",
"Target end": "{{triggerIssue.Target end}}"
}
}
Hope this helps
Best regards
Sam
The advanced field works great, thank you! I've tried the "Copy Start Date from Trigger Issue" before and it didn't do what I was needing it to do
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.