mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-24 08:12:36 +00:00
Add Jira Filter View Macro
This commit is contained in:
committed by
Manuel Rüger
parent
0988a7aba1
commit
80d3be268d
@@ -153,6 +153,15 @@ func templates(api *confluence.API) (*template.Template, error) {
|
||||
`</ac:structured-macro>`,
|
||||
),
|
||||
|
||||
/* Used for rendering Jira Filters */
|
||||
|
||||
`ac:jira:filter`: text(
|
||||
`<ac:structured-macro ac:name="jira">`,
|
||||
`<ac:parameter ac:name="server">{{ or .Server "System JIRA" }}</ac:parameter>`,
|
||||
`<ac:parameter ac:name="jqlQuery">{{ .JQL }}</ac:parameter>`,
|
||||
`</ac:structured-macro>`,
|
||||
),
|
||||
|
||||
/* https://confluence.atlassian.com/doc/jira-issues-macro-139380.html */
|
||||
`ac:jiraissues`: text(
|
||||
`<ac:structured-macro ac:name="jiraissues">`,
|
||||
|
||||
Reference in New Issue
Block a user