This issue has been created
There is 1 update.
 
 
Confluence / cid:jira-generated-image-avatar-644ffe66-4b5a-47af-9d9c-abfe8a551575 CONFLUENCE-494 Open

Contents are not imported when BodyContent objects refer to their belonging content using the ContentObjectEntity class

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-1ae7687f-f23b-49a7-94e9-6069718f73fd Raphaël Jakse created this issue on 13/Aug/25 09:30
 
Summary: Contents are not imported when BodyContent objects refer to their belonging content using the ContentObjectEntity class
Issue Type: cid:jira-generated-image-avatar-644ffe66-4b5a-47af-9d9c-abfe8a551575 Bug
Assignee: Unassigned
Created: 13/Aug/25 09:30
Priority: cid:jira-generated-image-static-major-6a17c6e6-d2a5-46e3-9bc9-49f57faa6c93 Major
Reporter: Raphaël Jakse
Description:

A change of the Confluence export format breaks content import:

<object class="BodyContent" package="com.atlassian.confluence.core">
    <id name="id">1212429</id>
    <property name="body"><![CDATA[<p>hello</p>]]></property>
    <property name="bodyType">2</property>
    <property name="content" class="ContentEntityObject" package="com.atlassian.confluence.core"><id name="id">851987</id></property>
</object>

class="ContentEntityObject" needs to be handled. The class attribute used to match the specific content type and we've been relying on this. We now have to write more complex logic to handle this.

 
 

1 update

 
cid:jira-generated-image-avatar-1ae7687f-f23b-49a7-94e9-6069718f73fd Changes by Raphaël Jakse on 13/Aug/25 09:32
 
Assignee: Raphaël Jakse