Hi all,
I create a filter for all service mgmt tickets that are due fo review or approval. Then created a scheduled automation where the Then: Lookup issues is the filter.
The body of the email includes a table listing whatever is the result of the filter, like this example:
The email works if I send it to myself. But how can I gather all Assignee and Remote Assignee and add them all in the To field of the email?
Thanks.
I'm having this issue as well - the audit on the rule after the fail says the assignee field is blank. But i can put the same smart value into the body and works there. My guess is it fails when there is more than one assignee to send the email to. Any suggestions? Would like to use the rule over the subscription.
You can just change the To: element of the Send Email action to Assignee.
For those email addresses associated to your custom field "Remote Assignee", you will need to use smart value syntax to obtain the custom field value - {{issue.[Custom Field]}}. (example - {{issue.Remote Assignee}} )
Please refer to the section on custom field in the Smart Values syntax/usage - https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Joseph Chung Yin ,
Thanks for your quick reply.
I tried it, but it didn't work. In the To field of the email automation, I added Assignee and {{issue.customfield_10174}}. But when I run the automation, the email was sent to my own email address instead of the Assignee or Remote Assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the issues that listed in your email body, are any of them assigned to you? In addition, have to check with those issues' assignees to see if they have received the emails too?
Best, Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph,
None of the tickets listed in the table in the email body is assigned to me. I also asked one of the Assignees, but no email notification came in into his Inbox.
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.