You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, great to see the package is updated for v3 and php8+. Works like a charm!
Therefore, the ADF is nice, but I am using the API to sync issue titles and descriptions and I can't get this html export to convert a AtlassianDocumentFormat to a Document, which the exportor is requiring.
if ($descriptioninstanceof AtlassianDocumentFormat) {
$doc = /* how to? */;
$exporter = newDocumentExporter($doc);
$description = $exporter->export();
}
Hi
First of all, great to see the package is updated for v3 and php8+. Works like a charm!
Therefore, the ADF is nice, but I am using the API to sync issue titles and descriptions and I can't get this html export to convert a AtlassianDocumentFormat to a Document, which the exportor is requiring.
I have tried this;
but all with no luck.. I don't know.. can you help me out?
Regards, Bert
The text was updated successfully, but these errors were encountered: