mirror of
https://github.com/kovetskiy/mark.git
synced 2025-09-16 01:17:38 +08:00
feature: add Server param to Jira ticket template
This commit is contained in:
parent
a299177a7e
commit
bb32afdf09
@ -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>`,
|
||||
),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user