Fix/get_child_pages Method - #1674
Open
dskdata wants to merge 2 commits into
Open
Conversation
dskdata
force-pushed
the
fix/server_get_page_id
branch
from
September 3, 2026 14:59
8f69501 to
548fcf4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1674 +/- ##
=======================================
Coverage 60.56% 60.56%
=======================================
Files 106 106
Lines 18086 18084 -2
Branches 1851 1850 -1
=======================================
- Hits 10953 10952 -1
Misses 6668 6668
+ Partials 465 464 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
get_child_pagesmethod was using an incorrect and deprecated Confluence Cloud REST API V2 endpoint:This resulted in
4XXresponses when retrieving child pages.Changes
Updated the Cloud V2 endpoint mapping to use Atlassian’s supported endpoint:
Updated the related tests to verify:
Added migration guidance documenting:
Compatibility
The public
get_child_pages()method name and parameters remain unchanged. Existing callers do not need to modify their code.The V1 endpoint mapping remains unchanged.
Testing
Executed:
Result:
References