I’m working on a Jira-to-Jira synchronization use case where issues are synced between two different Jira instances (Cloud → Cloud). I’m looking for best practices and recommendations on handling rich text fields (ADF) along with attachments during the sync.
Use Case
-
Sync issues between two Jira instances
-
Support both:
-
System fields (Description, Comment, Environment)
-
Custom fields of type Rich Text
-
-
Handle issue creation and updates
Suggest to me the best approach to handle the RichText fields with attachments?