From 6ed1873b773cf49133e7116088c3a023567b20b8 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Thu, 4 Nov 2021 17:25:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BE=20fix=20'url'=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/example_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/example_template b/templates/example_template index c17b252..4d76ef5 100644 --- a/templates/example_template +++ b/templates/example_template @@ -7,7 +7,7 @@ Hello {{ issue.author }}, this ticket wasn't updated for at least {{ days_since_last_update }}. We therefore assume that the problem has been solved in the meantime. If the issue persists, please reopen the ticket and give us a brief update on the situation. {% endif %} -Here is the ticket: {{ url }} +Here is the ticket: {{ issue.url }} Yours sincerely Your IT Team \ No newline at end of file