You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello, we have a problem with automatics replies by email.
When we make an update in a ticket, JIRA send automatics mail to informer and requests participants. We have seen that the email content the signatures and several errors of "unable to render embebbed object: File......", for this reason, the email that our clients receive looks very dirty.
Is there any configuration that can be done to prevent it from adding the signatures or at least getting them to appear correctly?
Thanks in advanced.
Regards.
Hi Juan,
you can configure custom rules to mark parts of the email body as a signature, see Hide email signatures from the issue view and portals.
This hides the signature in an expandable part of the issue view.
If that doesn't work, you could also try configuring an Automation Rule to remove the relevant parts from the issue description. This allows you to use a regex which is a bit more powerful.
Hi Nicolas,
Thanks for your answer.
I don´t find the setups that say in thread of https://support.atlassian.com/jira-service-management-cloud/docs/hide-email-signatures-in-the-issue-view-and-portals/
The second option.... How can I add more words in substringBefore??
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can configure the email signature by going here: https://yoursite.atlassian.net/jira/settings/products/jira-service-management-email-requests
Replace yoursite.atlassian.net with your cloud site's name
If you add a custom rule with Best regards for example, everything after Best regards will be hidden as the signature.
For the second option you can add as many words as you'd like, e.g. {{issue.description.substringBefore("Best regards")}}
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.