I am using the ‘Scheduler’ to create an incident on a monthly schedule. I’d like to add the current month to that incident. I tried adding {{String | date:"%b %Y"}} to the subject line, and to the description, but it just puts that text in the subject or description. How is this supposed to work? My understanding is that {{String | date:"%b %Y"}} should be interpreted as eabbreviated month] 4 digit year] in my ticket. We do use this format in some email replies where things like {{ticket.description}} or {{ticket.description}} work as expected. Are the “Liquid” filters only for use in email?
RubyDoc.info: Module: Liquid::StandardFilters – Documentation for liquid (2.4.1) – RubyDoc.info
Thank you!