Hello,
My goal is to send an automated email to the parent issue assignee (along with other specified users) when a subtask is marked 'done' on their issue. The subtask assignee is a different user than the parent issue assignee. I've been using {{issue.parent.assignee}} but that doesn't appear correct. An email has been generating for the specified users however. Any suggestions?
Hello @Jason Westerman
You may need the smart value type email
For exemple :
{{issue.parent.assignee.emailAddress}}
For more information :
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-users/
Thank you @Duc Thang TRAN , that worked exactly as I needed it to!
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.