We are doing integration between Salesforce to Jira application. Here we have rich text data type field in Salesforce which can allow to insert images and text formatting. This data can be stored as HTML format in Salesforce. We are trying to send this data to Jira description field through REST API. But, we are unable to send same data format from Salesforce to JIRA. So, I want to know what data format can Jira description field accept?
If you are using java script on salseforce side then use this function
JSON.stringify()
If other language , find the alternative function doing the same, it will keep the string format and create as it is on jira side
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.