Hi all,
We are trying to get AP.navigator to view a previous confluence page version as described in the JS API here: https://developer.atlassian.com/cloud/confluence/jsapi/navigator/
// To navigate to the view page for version 2 of a piece of content in Confluence:
AP.navigator.go('contentview', {contentId: '12345', versionOverride: 2});
The versionOverride parameter does not seem to work. Every request opens the latest view of the page. Is there a trick to this? This seems too obvious that no-one else has tried the example but there is no bug report in CONFCLOUD on it.
Thank you
Chris