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
getWorklogById is creating a worklog with a comment JiraCloud\ADF\AtlassianDocumentFormat that has null for the document value... which leads to
publicfunctionjsonSerialize(): array
{
return$this->document->jsonSerialize(); // Call to a member function jsonSerialize() on null
}
when trying to edit the worklog
JsonMapper is creating the AtlassianDocumentFormat instance via $reflectClass->newInstanceWithoutConstructor(); (so the document property is never set)
getWorklogById
is creating a worklog with a comment JiraCloud\ADF\AtlassianDocumentFormat that hasnull
for the document value... which leads towhen trying to edit the worklog
JsonMapper
is creating theAtlassianDocumentFormat
instance via$reflectClass->newInstanceWithoutConstructor();
(so the document property is never set)the getworklogbyid response:
The text was updated successfully, but these errors were encountered: