Email comments to reporter when closing JSM ticket (Cloud)
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Send the Jira ticket information(including all comments) to the reporter via email while closing the ticket.
Solution
We can achieve this requirement using Jira Automation.
The steps to configure the Automation rule are as follows:
Goto Project Settings > Automation
Click on "Create Rule"
Trigger: Work Item Transitioned
Action: Send Email
Content
{{issue.summary}} {{issue.description}} {{issue.key}} {{#issue.comments}} Comment by: {{author.displayName}} at: {{created}} {{body}} {{/}}
To exclude Internal Comments use the below Automation rule:
Trigger: Work Item Transitioned
Action: Send Email
Content
{{issue.summary}} {{issue.description}} {{issue.key}} {{#issue.comments}} {{#if(not(internal))}} Comment by: {{author.displayName}} at: {{created}} {{body}} {{/}}{{/}}
Updated on May 22, 2025
Was this helpful?
Still need help?
The Atlassian Community is here for you.