Hi,
So I have been searching on how to hide signature from clients e-mails, link this one:
I have found that when sending e-mails, it's possible to hide my signature using the string .substringBefore("{adf"), I tried using this string with {{issue.comments.last.body}}:
{{issue.comments.last.body.substringBefore("{adf")}}
But I couldn't make it in a way that it doesn't appear the client e-mails signature, it came up with nothing, I'm using it with a slack incoming webhook to send slack notification for comments on issues, but the signature gets in the way and there is too much trash to read anything, is there a string on a way to solve it?
@Suporte JRetail This documentation will walk you through implementing it in comments via email. https://support.atlassian.com/jira-service-management-cloud/docs/hide-email-signatures-in-the-issue-view-and-portals/ There currently is not a way to remove them from slack. I would suggest submitting a enhancement request here: https://jira.atlassian.com/secure/Dashboard.jspa?selectPageId=10440
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.