Is it possible to filter out what is sent in emails?

Ilyana Miller July 17, 2017

My team is looking to have a link to the customer portal sent out in the emails users receive instead of the response that we have sent. This is to cut down on any non-secure information being sent and intercepted via email services.

1 answer

0 votes
Hermance NDounga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 19, 2017

Hi Ilyana, 

In that case you simply need to customize your e-mail notification as described on this documentation

In your case you need to remove the variable ${comment} in the notif, and replace it with something like
"You can check our answer by clicking here : "
And insert or the variable 
${atlassian.url} with is the link to your portal, or (in my opinion this one is better) ${request.url} which links directly to the request in itself in the portal. 

Hope it helps ! 

Suggest an answer

Log in or Sign up to answer