Hi! I've recently created a Jira Automation rule where, upon receiving a webhook with issues, if they're one of two classes and in either of two states, they are put in "En test" (for US) or "Test" (for anomalies) status, respectively.
Now, I've been asked to make this rule send an email with all of the issues that have been modified. However, I've only been able to achieve the rule sending an email for every single issue that has been modified. How can I do this properly?
Hi @Davit Mas Martínez
Taking advantage of Marc's answer, you can develop this automation from one available in the templates and adapt it according to your needs.
Hi @Davit Mas Martínez
Taking advantage of Marc's answer, you can develop this automation from one available in the templates and adapt it according to your needs.
Regards,
Anthony
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
When your rule is receiving the entire batch of issues in a single Incoming Webhook trigger's data, you may be able to iterate them directly for a single email, either with JQL or as data.
But if your rule is being repeatedly called, once for each issue, sending a single email may not be possible without rethinking your rule approach.
Seeing the specifics of your current rule and audit log will help confirm how to proceed. Thanks!
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See this KB article for guidance; https://support.atlassian.com/automation/kb/automation-rule-to-send-single-email-for-all-issues-per-assignee-due-next/
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.