Results 5 comments of nblock

Since Miniflux relies on PostgreSQL, maybe something like the pg_trgm extension is useful: https://www.postgresql.org/docs/current/pgtrgm.html?

Do you mean something like this: ``` jira.description_template = {{ jiraid }}: {{ jirasummary }} [{{jiraissuetype | lower }},{{ jirastatus | lower }}] jira.project_template = companyname ``` The `project` attribute...