Hello everyone! New here and new in some tools of OTRS.
I want to get all my templates in a single file .html or .csv or .xl
I think i could get them from the SQL console.
Any tip for what kind of code may access to get this information at once?
The templates for OTRS are not in HTML. They are written as "TemplateToolkit" (thus .tt files). Those are very similar to HTML but will have to first be processed by TemplateToolkit before it's real HTML.
I have created 269 templates so far. I want to manage them outside otrs platform. Just want the "text" from each one in the same file. I know the SQL console can "reach and get" them and export to html, csv and excel.
Sorry, I'm really noob on the "Developer" segment of the platform.