-
Bug
-
Resolution: Fixed
-
Low
-
Minor
-
Issue Summary
Links in the converted result is showing “null/spaces/…” instead of “/wiki/spaces/…” like with the synchronous conversion REST API.
Steps to Reproduce
Request body:
{{
}} # Create and publish a page with a Recently Updated macro.
- Send a POST request to https://\{SITE-NAME}.atlassian.com/wiki/rest/api/contentbody/convert/export_view?contentIdContext={CONTENT-ID} with the request body
- Send a POST request to https://\{SITE-NAME}.atlassian.com/wiki/rest/api/contentbody/convert/async/export_view?contentIdContext={CONTENT-ID} with the request body
- Send a GET request to https://\{SITE-NAME}.atlassian.com/wiki/rest/api/contentbody/convert/async/{ASYNC-ID} given the result to Step 3
Expected Results
Result of Step 4 is the same as Step 2
Actual Results
Result of Step 4 is different as described in the issue summary
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...