I'm using Jira API 2.0. and I was able to get the ticket description using Jira API in .net core.
but my issue is I can't get the image URL from the description response.
this is the description I received.
!image-20240226-072132.png|width=728,height=309! When sending a Customer Statement, attachment shows it as *Customer Statemnet.pdf.* Similarlarly, please change the other report attachment names as well. !image-20240226-072327.png|width=1048,height=424! * Sales CR Note * Sales Invoice * Vendor Remittance
And it contains a couple of images.
!image-20240226-072132.png|width=728,height=309!
!image-20240226-072327.png|width=1048,height=424!
is there a way to get image URLs for the images? or get the whole description in HTML format.?