Hello,
I am attempting to set up an automation for monthly tickets. I want to know if it is possible to remove a month string in a summary from the previous month and then add the current month back. Currently the month string looks like
{{issue.summary}} - {{now.format("MMM")}}
So for example it would look like "Work to be done - Apr" and if I wanted to clone this ticket for the next month it would look like "Work to be done - Apr - May"
Is there a way to remove a previous month string from the format?