How to address a 3rd party macro in markdown code?

Patrick Prill
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 29, 2023

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

1 answer

1 vote
Bert van Dijk _TMC_nl_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2023

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.

Patrick Prill
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 4, 2023

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!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events