GoSimplicity commented on code in PR #8559: URL: https://github.com/apache/incubator-devlake/pull/8559#discussion_r2312838625
########## backend/plugins/jira/tasks/apiv2models/issue.go: ########## @@ -19,13 +19,141 @@ package apiv2models import ( "encoding/json" + "strings" "time" "github.com/apache/incubator-devlake/core/errors" "github.com/apache/incubator-devlake/core/models/common" "github.com/apache/incubator-devlake/plugins/jira/models" ) +// FlexibleDescription supports both plain text and ADF (Atlassian Document Format) for Jira description field Review Comment: Of course, I will add it later. -- 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