-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Page - Export - PDF
-
Minor
Issue Summary
Having a Connect app that uses the Dynamic Content macro module and performs a request to /wiki/rest/api/search https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search/#api-wiki-rest-api-search-get containing labels on the CQL, the macro works fine on the page, however when it’s exported to PDF, it returns the following error:
No {macroName} macro with name {name} found. Did you publish the page with the {macroName} macro?
Steps to Reproduce
- Create a Connect app with a Dynamic Content Macro
- The app should make an AP.request to /rest/api/search` with simple cql query containing label.
- Insert the macro into the page, publish it.
- Export it to PDF.
- Check the error message on the PDF file.
Expected Results
The PDF file content is the same as of the Confluence page.
Actual Results
No {macroName} macro with name {name} found. Did you publish the page with the {macroName} macro?
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...