Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,638,467
Community Members
 
Community Events
196
Community Groups

JSD Customer notifications: include all comments and description

Hi dear community,

Our customers mainly use the e-mail channel to send us JIRA service desk issues. That means: All they usually look at is the e-mail notifications which are sent when a comment is added.They don't care about the portal so much.

They would like to see the whole history of a ticket (the description plus all comments from before) in every notification so to always be aware of the context of their latest notification e-mail. As far as I can see here, I can only add "${comment}" for the one last comment as a variable, but not the entire history of an issue.

Do you have any suggestions?

1 answer

1 accepted

2 votes
Answer accepted
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 26, 2022

What you could do is disable the customer notification and instead use an Automation to send that message. Automation can access all the comments via the  smart value {{issue.comments}} that you can use in the email response. This should return all the comments in the request:

{{#issue.comments}} 
Comment by: {{author.displayName}} at: {{created}}
{{body}}
{{/}}

thanks, great idea!

Works well, only the e-mail itself is just a little less pretty because there are no styling options for the HTML here:


e-mail_automation.png

->

e-mail-by-automation.png

like in the normal notifications:

 

notification-mail-styling_JSD.png

This is a great work around, thanks @Mikael Sandberg

But as you say it would be good to be able to add some HTML to the email!!

Does this only show the customer visible comments? Obviously we wouldn't want internal comments shown on a thread going to a customer.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events