I am trying to have an email go out to the Assignee based on a list generated from a lookup. If I put in an email address manually it sends fine. If I choose Assignee I receive the error in the attached screenshot. We have verified there are indeed items that fall under the criteria in the lookup that should go out to the Assignee. Is there something I am missing to make sure it knows how to email the Assignee on any given ticket? I am also attaching a screenshot of my send email action.
Thanks!
The cause of that error is your rule's Scheduled trigger does not have JQL, and thus does not supply an assignee to get the email address.
Do you want to send emails to each assignee with their specific work items?
If so, please see this knowledgebase article which describes the complete rule to do this:
Please note well: to do this, the trigger does not use JQL as that is handled by the lookup actions.
Kind regards,
Bill
Hi Jeren! What is the trigger for the automation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, it is a Lookup. Here is the code it is using and I will attach a screenshot of the entire rule.
status in ("In Progress", "Waiting for Support", "Waiting for Customer", "Support Review", "Waiting for Vendor", "Waiting for Approval", "Development Review") AND updated <= -30d
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.