There are 3 updates.
 
 
Confluence / cid:jira-generated-image-avatar-22e117d4-63e4-4342-af43-1f400b3c6a02 CONFLUENCE-340 Open

Store the originalVersion id in ConfluencePageClass

 
View issue   ·   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-25ceec4f-b86b-4fa9-baff-4718d1eb32fb Changes by Raphaël Jakse on 09/Dec/24 10:45
 
Summary: Store the originalVersionId originalVersion id in ConfluencePageClass
Description: Currently, in ConfluencePageClass, we store the page id of the revision. But when rolling back a migrated page to an earlier, we lose the stable id of the page. This is because Confluence changes the page id of a page when turning it into a historical version, and the new version gets the old page id. The historical version then has a new field, originalVersionId, containing the stable page id.

originalVerionId is not set for the current revision, but it'd be easier to have it for a lot of reasons on our side.
For clarity, we will name this field stableId
Assignee: Raphaël Jakse