Hi,
Firstly I've really tried to follow guides, everyone seems to be out of date, not have the same options I do etc.
I'm on Jira Software 9.12.1 and I'm trying to utilise Automations to send an e-mail to assignees within a JQL. However, I want to ensure each assignee only receives one email and within that email is all their issues and NOT an email per issue.
Here's an example JQL I want to run:
project in ("Super Car") AND fixVersion in ("Version 1.2.1")That JQL might return ~200 results with 15 unique assignees. As a result I want to send 15 emails each containing a list of the issues assigned to them.
I'd appreciate if someone can help me achieve this, or point me to a guide that is correct for my JIRA version?
Many Thanks