I’m setting up an automation in Jira Service Management (Assets) to send notifications before the warranty expiration of assets.
Each asset object has an attribute called "User", which is a user-type attribute linked to a Jira user.
My goal is to send an email to the user specified in this attribute when the warranty is about to expire.
However, when I try to use {{lookupObjects.User.emailAddress}} in the automation rule, it fails with an error.
Use {{lookupObjects.User.accountId}} instead of emailAddress. Then, in the 'To' field of your automation email, use {{lookupObjects.User.emailAddress}} only after confirming the attribute is a User type (not text). If it’s text-based, switch it to User type or use {{lookupObjects.User.first.emailAddress}} when multiple objects are returned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.