Recent searches


No recent searches

Renato Milan dos Santos's Avatar

Renato Milan dos Santos

Joined Oct 16, 2021

·

Last activity Oct 27, 2021

Following

0

Followers

0

Total activity

52

Votes

39

Subscriptions

11

ACTIVITY OVERVIEW

Latest activity by Renato Milan dos Santos

Renato Milan dos Santos commented,

Community comment Discussion - Tips and best practices from the community

Hi, everyone!

Here I share the way I came up with the solution to, for example, remove all single quotes (') from ticket title using Liquid:

{% assign ticketTitle = ticket.title | remove:"'" %}
{
"ticket": {
"subject": "{{ ticketTitle }}"
}
}

I hope it can help someone with same need I had.

Best wishes,

Renato

View comment · Posted Jun 15, 2020 · Renato Milan dos Santos

0

Followers

1

Vote

0

Comments


Renato Milan dos Santos commented,

Community comment Feedback - Ticketing system (Support)

Same need here...

View comment · Posted May 29, 2020 · Renato Milan dos Santos

0

Followers

1

Vote

0

Comments