We are creating some pages automatically, writing .md files and uploading them to Confluence via the API.
We are also including standard macros in our pages, eg.:
<ac:structured-macro ac:name="jira">
<ac:parameter ac:name="columns">key,type,summary,priority,created,status</ac:parameter>
<ac:parameter ac:name="server">JIRA</ac:parameter>
<ac:parameter ac:name="serverId">xxx</ac:parameter>
<ac:parameter ac:name="jqlQuery">JQL_BUGS_FIXED</ac:parameter>
</ac:structured-macro>
Now I want to include a macro from a 3rd party / Marketplace app.
How do I address these macros? Is that something common for all 3rd party macros, or do I need to address each marketplace app provider individually?
Thanks for your help
Hi @Patrick Prill ,
There is no common ground, as each app provider can release it's own macros. However, you could make an example page with the 3rd party macro on it and see how it looks like with the REST API.
Thank you, that was an excellent idea. Got it working. So now I need to test if the parameters I found work in all necessary constellations. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.