I’m getting a rich text field from a Jira ticket via API which contains a hyperlink to a Confluence page with the “inline” style. Using the Confluence API, I adjust a page containing this inline hyperlink but it shows as a “normal” hyperlink. How to achieve to retain the proper formatting?
I solved this by parsing the Jira ticket format and converting it into the Confluence html representation.