feature: add Server param to Jira ticket template

This commit is contained in:
MatyiFKBT 2025-09-08 17:05:05 +02:00 committed by Manuel Rüger
parent a299177a7e
commit bb32afdf09

View File

@ -150,6 +150,7 @@ func templates(api *confluence.API) (*template.Template, error) {
`ac:jira:ticket`: text(
`<ac:structured-macro ac:name="jira">`,
`<ac:parameter ac:name="key">{{ .Ticket }}</ac:parameter>`,
`<ac:parameter ac:name="server">{{ or .Server "System JIRA" }}</ac:parameter>`,
`</ac:structured-macro>`,
),