Using JIRA automation I've created a scheduled rule which runs daily and pulls in a list of tickets based on a JQL rule.
Following that I have a SendPDF action set up which sends an email with a PDF attached with the list of issues from the rule.
I want this email to go to any assignee listed in the file (i.e. the assignees of the tickets included).
I've tried using variables in a few different ways:
{{issue.assignees.emailAddress}}
{{issue().assignees.emailAddress}}
{{issues.assignees.emailAddress}}
But nothing seems to work.
Does anyone know how I can make it so this email sends to all the users involved.
P.S. I realise I could schedule a subscription. But I'm trying to avoid the notification going to people who it doesn't apply to.
Which app are you using for this?
("SendPDF" is not a built-in automation action, I think, but it would be important to know the app which provides this, as that will affect the answer.)
@Mark Palfreeman Welcome to the Atlassian community
I would suggest using the subscription feature. This will be more efficient and you can construct the JQL so individuals only see issues related to them in the filter (Use CurrentUser). This then in turn would mean they would only get results relevant to them via email.
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.