From bb32afdf0906afec1b94ce94ae36778d5dc6d5b8 Mon Sep 17 00:00:00 2001 From: MatyiFKBT <6183867+MatyiFKBT@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:05:05 +0200 Subject: [PATCH] feature: add Server param to Jira ticket template --- stdlib/stdlib.go | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/stdlib.go b/stdlib/stdlib.go index 8b6e18b..0b1d758 100644 --- a/stdlib/stdlib.go +++ b/stdlib/stdlib.go @@ -150,6 +150,7 @@ func templates(api *confluence.API) (*template.Template, error) { `ac:jira:ticket`: text( ``, `{{ .Ticket }}`, + `{{ or .Server "System JIRA" }}`, ``, ),