atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Confluence bug: get_all_pages_from_space only loads first page

Open BlameTheBits opened this issue 1 month ago • 1 comments

The implemented and released solution to #1547 makes the function get_all_pages_from_space useless as it always stops after the first page.

Suggested solution: Revert the change. The issue #1547 is acceptable imo or st least better than the bug.

BlameTheBits avatar Nov 10 '25 15:11 BlameTheBits

Until the fix, the generator version of it get_all_pages_from_space_as_generator seems to do the job.

rebelist avatar Nov 19 '25 19:11 rebelist