Some tables on wiki dont' work

Hello.
I created a table in Excel with merged cells, and try to copy it to an issue’s description. I need to get the wiki value from the rest API but the request returns a HTML comment, like this:

<!-- ADF macro (type = 'table') -->

Table:

Is possible to get the correct HTML for this table?

Hi @Francisco.Santos,

I am not able to reproduce this. Can you provide clearer instructions detailing how to reproduce it. For example, which API are you calling?

Regards,
Dugald

Hi @dmorrow, thanks for the quick reply.
To reproduce this case, please follow these steps:
1 - create a table in Excel, like this one:


(A1 and A2 are merged cells)
2 - Copy the table and paste it on an issue’s description.
3 - Make a request to this endpoint /rest/api/2/issue/ISSUE-KEY?expand=renderedFields

The description field under the renderedFields object should be an HTML string and it’s a comment, like the one I send you before.

Regards,
Francisco.

Thanks @Francisco.Santos,

I’m now ablt to reproduce the issue. I have created [JRACLOUD-75755] Tables with merged cells not retrievable - Create and track feature requests for Atlassian products. for this.

Regards,
Dugald

Thanks @dmorrow,

Regards,
Francisco.