TL;DR: I have a JIRA issue that I want to duplicate using the API. The issue's description includes images. Unfortunately, I must be misusing the API. Although the images are correctly attached to the ticket, their dimensions are incorrect. The "description" markdown between the original and duplicate are the same.
These are the steps I am doing using the "rest/v2" APIs:
I have attached a screenshot from the original and duplicate item dimension weirdness. The markdown does not render correctly either (look at the list numbers in the second image). The issue auto-resolves after manually editing the duplicated issue, which does not work for me.
Any tips to debug the issue? Incorrect escaping somewhere?
Thanks