Hi,
I have a working automation that successfully gets all comments from an issue and writes them into a single custom field string value. Problem is that I want to exclude attachments. Is there any way I can only get user entered text and exclude attachment names?
Thanks!
Derek
Hi @Derek LoGrande
Try the following smart value.
{{issue.comments.latest.body.replace("[Attachment:.*]", "")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.