klesh commented on code in PR #8559:
URL: 
https://github.com/apache/incubator-devlake/pull/8559#discussion_r2312817404


##########
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:
   Could you add a link to the Atlassian Document Format (e.g., an example) for 
reference, so others can easily update the logic in the future? Thanks in 
advance.



-- 
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

Reply via email to