Content
You are here:
Inserting a table into work package description via the api
Added by Oli Hanson about 2 years ago
Is there a way to directly insert a table into the description of a work package with the api, I have tried with:
{ description: {
format: markdown,
html: <figure class="table op-uc-figure_align-center op-uc-figure"><table .....>......</table></figure>,
}}
in the request body, but this just results in a blank description.
If anyone has a solution this would be much appreciated