atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

[Confluence] Attachments - get_attachments_from_content #1404

Open dariuszkowalczykbsf opened 1 month ago

dariuszkowalczykbsf commented 1 month ago

In the case when confluence page points to another confluence page we are not able to get attachments. image

The reason is images on page are not included in the attachments but linked from source page which has different page_id.

gkowalc commented 3 weeks ago

This is expected, include page is added to the page as a macro, there is no way to pull the data from the macro content using rest api