We are using the cloud instance of Jira.
we have created a bug in one project with inline image in the description.
when we received the data of the bug from API, it gives height, width and alternate text of that image in the description's field data.
When we use the same description data to create another bug in different project, height width of that image is not preserved as expected.
API response data:
entity 1 created with Jira UI:
entity 2 created with Rest API:
Discrepancy found in UI:
entity 1:
entity 2:
When I get the data of both entity, it is showing me same height and width