Skip to content

Conversation

@blupants
Copy link
Collaborator

By default pip package atlassian-python-api SDK does not perform pagination for CQL queries. It would only return the first page (default limit is 25).

This is a known issue an it has been reported here:
atlassian-api/atlassian-python-api#1312

This PR changes confluence_controller.py to call the cql() function from the SDK and perform the pagination manually. This is a workaround until the issue from the SDK gets addressed.

@blupants blupants self-assigned this Sep 27, 2025
@blupants blupants merged commit 4a12f05 into main Oct 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants