-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
-
Issue Summary
When using a custom domain for a site with Confluence Cloud, the REST API requires the original xxx.atlassian.net domain as the base URL. However, the API returns the custom domain as the base URL in pagination responses.
Steps to Reproduce
- Set up a Confluence Cloud site with a custom domain.
- Perform a REST API call Get pages to retrieve pages, using the original xxx.atlassian.net domain as the base URL.
- Examine the base URL returned in the pagination links.
Expected Results
The base URL for pagination should be xxx.atlassian.net.
Actual Results
The base URL returned for pagination is the custom domain.
Workaround
Manually replace the base URL in pagination links with xxx.atlassian.net to ensure consistency in API calls.