Instructions on how to get HTML to display in JIRA
A user cannot get the HTML from the CA Agile Central "Description" field to render properly in JIRA's "Description" field.
WARNING: This is only available for an on-premises instance of JIRA (i.e. a local instance of JIRA on one of your own servers, as opposed to a JIRA instance hosted in the Atlassian cloud).
In order to use CA Agile Central's JIRA connector to display HTML on certain fields (like "Description"), the internal JIRA administrator must configure the system to allow HTML rendering.
To resolve, as internal JIRA Administrator:
<OtherFieldHandlers>
<JiraHTMLFieldHandler>
<FieldName>Description</FieldName>
</JiraHTMLFieldHandler>
? ....