GoSimplicity commented on PR #8559: URL: https://github.com/apache/incubator-devlake/pull/8559#issuecomment-3235628175
> I'm testing locally, and not work for all scenarios, reading the [documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#version) others field can be text rich. > > ``` > Issue.Description > Comment.Body > Worklog.Comment > ``` Thanks for the review! This fix covers all rich text fields (Issue.Description, Comment.Body, Worklog.Comment) that can cause the ADF unmarshaling error, including Epic descriptions since they use the Issue struct. The FlexibleDescription type handles both string and ADF formats with full backward compatibility. If you encounter specific scenarios that don't work, please share the error details. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org