Variable in ticket title

Hi!

Does anyone know if it is possible to use a variable in ticket title? I’m about to create recurring tickets via scheduled tasks and would like to have the current month in the ticket title. Any ideas?

Best regards //Fredrik

Hi @Cynaps_Fredrik

You can absolutely customize the ticket tile. To render the current month, use this code:

{{date to_format="F"}}

You can read about the to_format properties here:

Thank you @travis :slight_smile: Have a wonderful day!