Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I send an email with a list of modified issues?

Davit Mas Martínez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 5, 2025

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?

4 answers

1 vote
Anthony Morais
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2025

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.

Screenshot_1.pngScreenshot_2.png

1 vote
Anthony Morais
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2025

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.

Screenshot_2.pngScreenshot_1.png


Regards,

Anthony

1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2025

Hi @Davit Mas Martínez 

For a question like this, context is important for the community to help.  Please post the following:

  • what version of Jira are you using: Cloud, Server, or Data Center
  • for Cloud, what type of project is this: company-managed, team-managed, JPD, etc.
  • an image of your complete automation rule in a single image for continuity
  • images of any relevant actions / conditions / branches
  • an image of the audit log details showing the rule execution

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

1 vote
Marc -Devoteam-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2025

Suggest an answer

Log in or Sign up to answer