Hi all,
I am trying to set an automation to automatically send an email 3 days prior to the due date, but I would like to send it to not just the Assignee, but also the Contributors (additional assignees).
Could someone help, please?
Thank you,
João
Hi @João Fael ,
If you are still looking for alternatives, our app Notification Assistant for Jira allows you to use any custom field as a recipient for notifications.
Feel free to reach out.
Hi @João Fael ,
Welcome to the community !!
Go to project settings --> Automation --> Create new rule
This rule will send notification to the users in Assignee and Contributor field at the selected time daily.
Your Rule will look as below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @João Fael
Please let me know if the solution here helps: https://community.atlassian.com/t5/Jira-Software-questions/JQL-Start-date-information/qaq-p/2542567
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Assuming "Contributors" is a custom field, you should be able to use them in the to column. Alternatively you could use the Watchers of an issue. That should include anyone that has commented on it.
To send to the watchers, try this smart value:
{{issue.watchers.emailAddress}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @João Fael ,
Welcome to the Atlassian Community!!
Do you have any user picker field used in ticket for additional users? if yes you can select that field as recipients for dynamic but if it is static users then you can use email ids.
Regards,
Mayur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.