Display Confluence content in user-friendly format within Jira ticket

Vamsi Kandala
Contributor
February 21, 2025

Hi all,

I am trying to update the existing Confluence page using Jira or Python or C# program leveraging the Confluence REST API.

Basically, my steps are as below:

  1. Execute the GET API call to get the contents of the Confluence page.
  2. Display the contents of the page in user friendly format either in Python/ C# UI or even in the 'Description' field of the Jira ticket.
  3. User makes the changes to the content by updating the existing data or add/ remove the rows in the table etc.
  4. Execute the PUT API call to update the Confluence page accordingly.

The body content contains Confluence related tags which were not directly compatible in Jira and vice versa.

I have enclosed the screenshots of how the content actually is displayed in the Confluence page and how the content is returned by the API call with all the tags and all.

Is there a way to convert the tag content to user-friendly content in Jira or any other UI?

After the user makes the changes, the user-friendly content should again get converted to the tags supported by Confluence, so that the changes can be pushed to Confluence successfully.

Thanks in advance,
Vamsi

Screenshot 2025-02-21 164342.pngScreenshot 2025-02-21 164318.png

0 answers

Suggest an answer

Log in or Sign up to answer